WAV文件的读写接口类,依赖标准C++库
于 2020-12-08 发布
0 128
下载积分: 1
下载次数: 1
代码说明:
使用标准C++库实现实现PCM格式的WAV文件的读写。class CWaveFile{public: CWaveFile(void); ~CWaveFile(void); // Write wav head bool static WriteHead(const string& filename, uint32_t length); // Write wav file bool static write(const string& filename, const Wave_header &header, void *data, uint32_t length); /
下载说明:请别用迅雷下载,失败请重下,重下不扣分!
发表评论