Hide images in sound
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.mkd 271B

9 years ago
9 years ago
9 years ago
12345678910111213
  1. 1. Get an image
  2. ![Image of a dog](test.jpg)
  3. 2. `$ python spectrogram.py test.jpg` ... `Wrote test.jpg.wav`
  4. 3. `$ sox test.jpg.wav -n spectrogram`
  5. ![Spectrogram of a dog](spectrogram.png)
  6. Aphex Twin did it before me.
  7. Uses [SoX](http://sox.sourceforge.net/sox.html).