Skip to content

Creates sound spectrograms out of an image.

License

Notifications You must be signed in to change notification settings

loshya/spectrize

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spectrize

A simple python script that transforms an image into audio form and vice versa. The "encrypted" message can then be viewed on a spectrogram (audacity for example). inspired by a cool easter egg in season one of Mr.Robot

Usage

To spectrize an image(turn into audio form):

    ./spectrize <image-here>

To restore an image from a spectrize waveform (recommended to add the resolution for a cleaner output):

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

Dependencies

recommended to have Anaconda 3. You also need the soundfile library:

    pip install soundfile

License

MIT. Check 'LICENSE'

About

Creates sound spectrograms out of an image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%