Hello.
I'm using pocketsphinx on Windows for simple command control with continuous recognition from microphone. Is it possible to check if the voice captured form microphone is loud or quiet?
Thanks in advance for reply.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello.
I'm using pocketsphinx on Windows for simple command control with continuous recognition from microphone. Is it possible to check if the voice captured form microphone is loud or quiet?
Thanks in advance for reply.
Pocketsphinx does not implement this, however, you can easily calculate average volume from raw data before you submit it to the decoder.