31
Audio / Re: Question on how audio is stored in SoundBuffer
« on: November 21, 2013, 05:10:06 pm »Looking at the time domain is not a good idea for this kind of analysis. To investigate the distribution of different frequencies (i.e. pitch) across your signal, transform it into frequency domain -> Fourier Transform, as already mentioned by wintertime. You can use an existing FFT implementation from a C or C++ library.
I'm not smart enough to grasp Fourier Transform or other mathematical effects.
I find it easier if I devise my own solutions that I understand.