Tag: Audio

Decoding Audio with FFMpeg

For some reason there doesn’t seem to be much help on the internet on how to basically decode an audio file to raw samples using FFMpeg… So here’s one I made! As you can guess, I looked for a long time and ran in to many problems. One big problem seemed to be that lots of example code used depreciated functions which complicated problems :( especially the resampling functions. I got it working in the end though!