Create waveform images from sound files
Reply #1 –
Interesting project, thanks for pointing out.
For linux users: official ubuntu package sndfile-tools (any version) does not contain sndfile-waveform yet. I tried compiling the upstream version https://github.com/erikd/sndfile-tools and hit quite a few errors. However, the original version at http://rg42.org/gitweb/?p=sndfile-tools.git;a=summary works perfectly.
Compilation of course requires the devel packages but the configure nicely lists anything missing, the required dev packages are just "apt-get install ..." away.
git clone git://gareus.org/sndfile-tools
cd sndfile-tools/
./autogen.sh
make
I really like the tool, produces great images. Just like the spectrogram generator.