I'm running an Applet to do the voice recognition , first time after load the Applet it can run correctly , but after refresh the page which contain the applet ,
it say '2005-9-16 19:05:00 edu.cmu.sphinx.frontend.util.Microphone open
: Can't open microphone line with format PCM_SIGNED 16000.0 Hz, 16 bit, mono, 2 bytes/frame, big-endian not supported...
This is happen when encounter the logic microphone.startRecording() , I'm sure I have clean the Recognizer object throught method deallocate()'..
Confusing me Need help . thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I had the same error, when restarting the microphone, after allocate -> deallocate and allocate again.
I'm new at sphinx, so can't help you more.
Hope this helps.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm running an Applet to do the voice recognition , first time after load the Applet it can run correctly , but after refresh the page which contain the applet ,
it say '2005-9-16 19:05:00 edu.cmu.sphinx.frontend.util.Microphone open
: Can't open microphone line with format PCM_SIGNED 16000.0 Hz, 16 bit, mono, 2 bytes/frame, big-endian not supported...
This is happen when encounter the logic microphone.startRecording() , I'm sure I have clean the Recognizer object throught method deallocate()'..
Confusing me Need help . thank you
Changing this made the difference for me:
<property name="closeBetweenUtterances" value="true"/>
I had the same error, when restarting the microphone, after allocate -> deallocate and allocate again.
I'm new at sphinx, so can't help you more.
Hope this helps.