How can I get a spectrogram of sound using DirectShow?
I will be very grateful)
If there is access to an uncompressed audio stream, then for the simplest case, you only need to perform a fast Fourier transform on the sample, the result of which is the desired spectrum.
Suddenly this link will help?
Source: https://ru.stackoverflow.com/questions/13014/
All Articles