摘要:
安装alsa lib库 参考:https://blog.csdn.net/happygrilclh/article/details/79581909 阅读全文
摘要:
1. 在Clion中链接讯飞的语音库并传至树莓派上编译时,出现如下错误。 undefined reference to `dlopen' undefined reference to `dlclose' undefined reference to `dlerror' undefined refer 阅读全文
摘要:
0. 在CLion中开发讯飞的linux语音库时编译出现以下问题: 1. CLion的cmake配置:修改CMakeLists.txt 该行代码等价于GCC编译命令中的 pthread 2. 参考:https://www.cnblogs.com/jiu0821/p/5855827.html 阅读全文