本地语音识别开源软件pocketsphinx调试总结

1问题一:

fatal error: pocketsphinx.h: No such file or directory

解决方法:

$ cd /usr/include
$ sudo ln -s /my/path/to/pocketsphinx.h
原文地址:https://www.cnblogs.com/dylancao/p/9651177.html