I had an issue yesterday running pocketsphinx on Fedora10 which turned out to be pulseaudio. I thought I was seeing the same error on my Mac but I was wrong. It fails at the same point but indicates "A/D library not implemented". Any pointers anyone?
I had an issue yesterday running pocketsphinx on Fedora10 which turned out to be pulseaudio. I thought I was seeing the same error on my Mac but I was wrong. It fails at the same point but indicates "A/D library not implemented". Any pointers anyone?
pocketsphinx_continuous -hmm /usr/local/share/pocketsphinx/model/hmm/wsj1 -lm 0239.lm -dict 0239.dic
...
INFO: ngram_search_fwdflat.c(95): fwdflat: min_ef_width = 4, max_sf_win = 25
A/D library not implemented
FATAL_ERROR: "continuous.c", line 259: ad_open_dev failed
It only means that libsphinxad in sphinxbase has no support for audio input in macos.