/WAVIO

WAV File (*.wav) reader/writer library written in C.

Primary LanguageCMIT LicenseMIT

WAVIO

WAV File (*.wav) reader/writer library written in C.

Note

WAVIO is no longer maintained and has been archived.
This library is developped to make the author understood about WAV file structure.
If you want to read & write audio files including WAV file, It is recommended to use libsndfile.

Example of making static library (on GCC)

execute mklib.sh

source ./mklib.sh

Example Code

Test.c is an example to read audio data into structs & copy to new audio files.