/spectrize

Creates sound spectrograms out of an image.

Primary LanguagePythonMIT LicenseMIT

Spectrize

It makes images sound. Wow! (It's a lot cooler than I'm making it sound (get it making it sound-- sorry.))

Usage

To spectrize an image:

    ./spectrize <image-here>

To restore an image from a spectrize waveform:

    ./despectrize <waveform-here> (optional: <width> <height>) #Default width/height 800x600

Dependencies

Anaconda 3. You also need the soundfile library:

    pip install soundfile

License

MIT. Check 'LICENSE'