cmusphinx / sphinx4

Pure Java speech recognition library
cmusphinx.sourceforge.net
Other
1.4k stars 587 forks source link

LiveSpeechRecognizer second start LineUnavailableException exception #57

Closed troydm closed 8 years ago

troydm commented 8 years ago

When using LiveSpeechRecognizer I'm getting

javax.sound.sampled.LineUnavailableException: line with format PCM_SIGNED 16000.0 Hz, 16 bit, mono, 2 bytes/frame, little-endian not supported.

when starting speech recognition second time after it has been stopped using stopRecognition method

nshmyrev commented 8 years ago

Duplicate of #33