issues
search
nothings
/
single_file_libs
List of single-file C/C++ libraries.
9.01k
stars
592
forks
source link
Submission: wav.h
#267
Open
dyeo
opened
1 year ago
dyeo
commented
1 year ago
wav.h
is a single-header .wav file encoder and decoder
features:
works better than the existing wav file import and exporters
compiles with -Wall -Wextra -Werror
supports pcm16, pcm32, and float32 (adpcm support pending)
automagically deinterlaces channels into separate sample arrays
supports conversion between supported formats
basic audio sample manipulation
wav.h is a single-header .wav file encoder and decoder
features: