PerKins Zhu

Le vent se lève,il faut tenter de vivre.

导航

在使用mod_soundtouch进行变声时,配置的  <action application="soundtouch" data="2p"/>  无效,输出声音为刺啦刺啦声的电流音。
解决方案:在编译soundtouch库文件时启用 INTEGER_SAMPLES 配置。

 

linux环境编译 soundtouch:  ./configure --enable-integer-samples && make && make install

 

在windows上编译soundtouch: