Hide images in sound
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.mkd 271B

9年前
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).