freeswitch模块开发【问题排查】—mod_soundtouch 模块变声无效,电流音
Posted on 2025-02-19 15:38 PerKins.Zhu 阅读(51) 评论(0) 收藏 举报在使用mod_soundtouch进行变声时,配置的 <action application="soundtouch" data="2p"/> 无效,输出声音为刺啦刺啦声的电流音。
解决方案:在编译soundtouch库文件时启用 INTEGER_SAMPLES 配置。
linux环境编译 soundtouch: ./configure --enable-integer-samples && make && make install
在windows上编译soundtouch:


浙公网安备 33010602011771号