An example utility to read and modify wav files written in C. Details about how it was implemented and how wav files are structured are explained.
Computer Science learning blog
An example utility to read and modify wav files written in C. Details about how it was implemented and how wav files are structured are explained.
Retrieving the header information of a wave (wav) file. Example program written in C to acess the header information in wav files.