0

我正在使用 pocketsphinx 来调整我训练过的声学模型。

因此,要在 pocketsphinx 中使用该模型,我运行了以下命令:

pocketsphinx_continuous -inmic yes -lm "/home/ridwan/sphinx/other/output/other.lm.DMP" -dict "/home/ridwan/sphinx/other/output/other.dic" -hmm "/home/ridwan/sphinx/other/output/other.ci_cont"

但是,我收到了这个错误:

ad_oss.c(115): Failed to open audio device(/dev/dsp): Input/output error
FATAL: "continuous.c", line 245: Failed to open audio device

我试过这个解决方案。(安装pulseaudio、libpulse-dev、osspd)

我也试过export LD_PRELOAD=libpulsedsp.so

但我不断收到相同的错误消息。

4

0 回答 0