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 220B

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