How do I extract numerical data points from a spectrogram?

Is there a way to get an python array of the intensities of all the overtones over time as displayed by the spectrogram?

You could use FFT from SciPy

This topic was automatically closed after 30 days. New replies are no longer allowed.