Description: The program shows how to read in a wav file. In this case, the programme is expecting a single channel (mono), 16bit PCM encoded file. The complete source file can be downloaded using the link below.
It is compiled and executed as follows:
> gcc -lsndfile -o readWav readWav.c
> ./readWav sample.wav
To Search:
File list (Check if you may need any files):
readWav.c