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

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