A waveform generator that can generate any image type (png, svg, etc.).
- python modules
- matplotlib
- numpy
- scipy
On ubuntu you can install those dependencies using apt-get install python-numpy python-scipy python-matplotlib
On ubuntu 12.04 you have to install
pip install wav2image
This command will install wav2image and its python dependencies (not the system dependencies).
git clone https://github.com/niland/wav2image
Use python wav2image/__init__.py
.
wav2image [options]
Please read
wav2image -h
wav2image -i myTrack.wav -o myWaveform.svg -c 000000
This software is distributed under the MIT licence