You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: