I would like to make a program that can process audio. How get an array of frames, while each frame has an array of tones with their volumes? (this is how audio is constructed.)
Basically its just an API to parse WAV files, and export WAV files.
Maybe there's a different way of editing audio?