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)