Most of the audio editors are able to show us different kinds of audio analysis like this:

enter image description here

  • Wave form (whole file);
  • spectral frequency (whole file);
  • spectrum analysis (for a slice).

The generated images can be saved one way or another.

Is there a command line alternative to do this?

Windows 7. A multi-OS solution is preferred.

link|improve this question

75% accept rate
feedback

2 Answers

Imagemagick would be the solution, but the screen capture does not seem to work in Windows (it's looking for an X server).

Refer to the answers to this similar question here for other options.

link|improve this answer
I'm not about screen capture. – Pavel Vlasov Jun 22 '11 at 8:56
feedback

One of three tasks could be performed with SoX:

sox file.wav -n spectrogram
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.