On Tue, Jan 10, 2012 at 2:47 PM, Robin Gareus
<robin(a)gareus.org> wrote:
Hi *,
Is there a command-line tool akin to `sndfile-spectrogram` that
generates an image (preferably PNG) of an audio wave-form?
I found endless GUI apps, but command-line tools are scarce.
TIA
robin
It's fairly trivial to write one your own with python using scipy.
Should be in the ballpark of 20 lines or so.
Thanks, indeed. Python's also the only solution I found:
It's also pretty straight-forward in C; but before whipping up
`sndfile-waveform`, I'd thought I ask around.
robin