文件名称:wave:用于读取和写入波形文件的简单C ++库
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-06 17:32:43
C++
Libwave 一个简单的跨平台C ++接口,用于读取和写入WAVE文件。 供参考的WAVE文件结构为: 看到以获得更多信息 例子 # include < iostream> # include < system> # include " wave/file.h " int main () { // read file's content wave::File read_file; wave::Error err = read_file. Open ( " /home/gvne/test.wav " , wave:: kIn ); if (err) { std::cout << " Something went wrong in in open " << std::endl; return 1 ; } std::vector<
【文件预览】:
wave-master
----src()
--------CMakeLists.txt(32B)
--------wave()
----CMakeLists.txt(2KB)
----.travis.yml(1KB)
----LICENSE(1KB)
----README.md(2KB)
----appveyor.yml(908B)
----.gitignore(25B)