Search code examples
c++audiofile-format

What is a good library for interfacing with audio files?


I need a library for loading audio samples from a file and creating new audio files given the audio samples, author name, title, etc.

The 2 main audio file formats I'll be using are WAV and MP3.


Solution

  • Check out FMOD