Get a spectrum of frequencies from WAV/RIFF using linux command line
问题 How to generate file including spectrum of frequencies of wav/riff sound file? I would like to use linux command line. I know the cool sox function to generate png spectrograms sox sound.wav -n spectrogram But I do not need visual representation of the spectrum of frequencies. I just want to get spectrum of frequencies in data file so I can work on them. I believe that there must be an option using sox. Sox need to generate that data before plotting it. How to get this? Not sure, maybe the