2016-08-22 08:34 AM
Hi, do anyone know any forums or website that contain open source library to convery audio files like .wav files to format for FFT?
2016-08-22 10:53 AM
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.