Hi,
i'm run pocketsphinx_continuous -inmic yes -adcdev plughw:1,0. but not work and have error:
ad_oss.c(103): Failed to open audio device(/dev/dsp): No such file or directory
FATAL_ERROR: "continuous.c", line 246: Failed to open audio device
I also tried running some commands:
sudo apt-get install pulseaudio
sudo apt-get install libpulse-dev
sudo apt-get install osspd
but not work, help me fix bug.
thanks you very much
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
i'm run pocketsphinx_continuous -inmic yes -adcdev plughw:1,0. but not work and have error:
ad_oss.c(103): Failed to open audio device(/dev/dsp): No such file or directory
FATAL_ERROR: "continuous.c", line 246: Failed to open audio device
I also tried running some commands:
sudo apt-get install pulseaudio
sudo apt-get install libpulse-dev
sudo apt-get install osspd
but not work, help me fix bug.
thanks you very much
Did you compiled
sphinxbase
andpocketsphinx
from source with pulseaudio support?First try to record audio with
arecord
with same device (plughw:1,0 or whatever) if that work then try withpocketsphinx_continuous
Last edit: G10DRAS 2018-03-17
yes, I try, but not work. please help?