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