cmusphinx / sphinx4

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

LineUnavailableException on raspberry pi #84

Open alhockly opened 6 years ago

alhockly commented 6 years ago

I can successfully record 16000Hz,16 bit, Little endian audio with arecord -f S16_LE -r 16000 mictest.wav but sphinx throws a lineUnavailableException from edu.cmu.sphinx.api.Microphone:38 . Java docs state this is usually because the mic is busy but this error occurs directly after start up