VoiceZip(
http://ryulib.tistory.com/178)에 사용된 오픈 소스 중에 SoundTouch의 버그 수정 내용과 파일을 아래와 같이 첨부합니다. (SoundTouch는 음성의 속도, 피치 등을 조절 할 수 있는 오픈 소스 라이브러리 입니다)
출처:
http://www.surina.net/soundtouch/
* SoundTouchDLL.h 버그 수정
SOUNDTOUCHDLL_API void soundtouch_putSamples(HANDLE h,
const SAMPLETYPE *samples, ///< Pointer to sample buffer.
unsigned int numSamples ///< Number of samples in buffer. Notice
///< that in case of stereo-sound a single sample
///< contains data for both channels.
);
* 버그는 아니고, 16비트 샘플을 위해서 수정 한 부분, STTypes.h
// 16비트 샘플을 사용한다.
#define SOUNDTOUCH_INTEGER_SAMPLES 1