摘要:
下载了最新版SoundTouch 1.7.1 source codes项目主页 http://www.surina.net/soundtouch/index.html1---> 项目中使用的wave文件都是16位整形,这里需要修改STTypes.h文件中 Line 84 和 Line 85.将84行的注释删除,#define SOUNDTOUCH_INTEGER_SAMPLES 1 //< 16bit integer samples将85行注释掉。2---> 阅读全文