logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Description

mkss is a tool to estimate noise spectrum for spectral subtraction on Julius. It reads a few seconds of
       sound data from microphone input, calculate the average spectrum and save it to a file. The output file
       can be used as a noise spectrum data in Julius (option "-ssload").

       The recording will start immediately after startup. Sampling format is 16bit, monoral. If outpue file
       already exist, it will be overridden.

License

       The same as Julius.

                                                   10/02/2008                                            MKSS(1)

Name

           mkss
          - calculate average spectrum for spectral subtraction

Options

-freqHz
          Sampling frequency in Hz (default: 16,000)

        -lenmsec
          capture length in milliseconds (default: 3000)

        -fsizesample_num
          frame size in number of samples (default: 400)

        -fshiftsample_num
          frame shift in number of samples (default: 160)

See Also

julius ( 1 )

Synopsis

mkss [options...] {filename}

See Also