Is there an app or script that will output raw text data representing an arbitrary number of bands in the audio spectrum of an input file like a .wav or .mp3 to make the data equivalent of a spectrogram?
Audacity will do it for a stereo file but only one band per channel. I am interested in splitting the data up into multiple audio frequency bands.
Thanks!