libsndfile

libsndfile is a portable C library for reading and writing sound files.

Hides the complexity of file headers and data formats from the application programmer.

Allows the programmer to read the same file as short, int, float or double.

Grab the source code, uncompress and untar it and configure as follows :


		prompt > ./configure --prefix=$HOME/IADSPL
		prompt > make
		prompt > make check
		prompt > make install
		

Modify your PATH variable (assuming bash shell) :

		prompt > export PATH=$HOME/IADSPL:$PATH
		prompt > export LD_LIBRARY_PATH=$HOME/IADSPL/lib:$LD_LIBRARY_PATH
		



back.png next.png