Pocketsphinx install fail? Raspberry Pi Zero (Raspbian Jessie)

拟墨画扇 提交于 2019-12-03 23:24:33
Anshuman Chhabra

As mentioned by Peter Brittain, install libpulse-dev on the machine. I can confirm this worked for me:

sudo apt-get install libpulse-dev

If this still doesn't work, you should also try installing the following:

sudo apt-get install portaudio19-dev swig

I know for a fact that this error can also be caused by not having portaudio19-dev installed. Swig is also a requirement, but might throw another error. You might also need to install pulseaudio to prevent a RuntimeError.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!