前提
基于oicq开发的qq机器人
当接收到用户指令后发送请求 返回音乐
问题
在windows上无报错,可正常运行,但在linux上就会出现问题
报错内容
音频转码到amr失败,请确认你的ffmpeg可以处理此转换
解决
参考别人的回答
也就是说linux上需要手动安装ffmpeg和amr_nb
安装配置完毕之后即可
相关链接:
https://blog.csdn.net/tylz04/article/details/9041739
https://blog.csdn.net/u010018421/article/details/71280099
https://github.com/takayama-lily/oicq/issues/135
https://blog.csdn.net/XIAOGUANG_/article/details/105343886