Generate Spectrogram with SoX

sox

Solution

I know why it happened. You copied this text-command from documentation http://sox.sourceforge.net/sox.html So, if you type manually it will work fine. Some symbols in documentation are in incorrect charset for you

Problem

I'm trying to generate a spectrogram using the SoX program. According to the documentation, I should try the following to create a spectrogram: ``` sox output.wav -n spectrogram ``` Instead of a spectrogram I get the following error: ``` sox FAIL formats: can't determine type of `spectrogram' ``` I'm running Ubuntu 12.04.

Original source