single_file_libs icon indicating copy to clipboard operation
single_file_libs copied to clipboard

Submission: wav.h

Open dyeo opened this issue 2 years ago • 0 comments

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

dyeo avatar Oct 18 '23 14:10 dyeo