AUDIY / WAVIO

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C 97.7%Language:Shell 2.3%