Skip to content

A waveform generator that can generate any image type (png, svg, etc.).

License

Notifications You must be signed in to change notification settings

niland/wav2image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wav2image

A waveform generator that can generate any image type (png, svg, etc.).

Dependency

  • python modules
    • matplotlib
    • numpy
    • scipy

On ubuntu you can install those dependencies using apt-get install python-numpy python-scipy python-matplotlib

Installation

On ubuntu 12.04 you have to install

Using pip (Recommended)

pip install wav2image

This command will install wav2image and its python dependencies (not the system dependencies).

Using git

git clone https://github.com/niland/wav2image

Use python wav2image/__init__.py.

Usage

wav2image [options]

Options

Please read

wav2image -h

Example

wav2image -i myTrack.wav -o myWaveform.svg -c 000000

License

This software is distributed under the MIT licence

About

A waveform generator that can generate any image type (png, svg, etc.).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages