libsndfile是由Erik de Castro Lopo寫的的普遍用於讀寫音頻文件的C語言庫。它支持的音頻格式十分普遍而且可以自動的從一種格式到另一種格式。它極大的方便了開發者,能夠讓開發者忽略不少音頻細節,好比大小端轉換。
除了基本的庫,該業務包還提供了用於格式轉換和聲音播放的命令行程序。十分方便使用。具體的使用方法見下文。該庫能夠普遍使用在類unix系統上,好比,linux和macos等。html
軟件包信息:linux
Download (HTTP): http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28.tar.gzmacos
Download MD5 sum: 646b5f98ce89ac60cdb060fcd398247cui
Download size: 1.1 MBspa
Estimated disk space required: 34 MB (with tests)命令行
Estimated build time: 0.6 SBU (with tests)3d
安裝使用:unix
步驟一:
code
./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/libsndfile-1.0.28 &&
步驟二: htm
make
步驟三:
make install
想要使用example,須要運行:
make check 直接編譯了。
數據包內容: