WAV文件的读写接口类,依赖标准C++库
使用标准C++库实现实现PCM格式的WAV文件的读写。classCWaveFile{public:CWaveFile(void);~CWaveFile(void);//WritewavheadboolstaticWriteHead(conststring&filename,uint32_tlength);//Writewavfileboolstaticwrite(conststring&filename,constWave_header&header,void*data,uint32_tlength);//Readwavfilebool
下载地址
用户评论
语音处理开发参考,还是很有借鉴意义,谢谢分享