cancel
Showing results for 
Search instead for 
Did you mean: 

Open source library to convert audio files to format

weejonas28
Associate II
Posted on August 22, 2016 at 17:34

Hi, do anyone know any forums or website that contain open source library to convery audio files like .wav files to format for FFT?

1 REPLY 1
Posted on August 22, 2016 at 19:53

The .WAV format is well documented, and 16-bit stereo PCM data is not inherently complicated. Why can't you separate out one of the channels from the data and do the FFT on the array you have created? Someone with basic mastery of C File IO and data structures should be able to code this.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..