From 890d537afba3588df5742cbf01c330e324830897 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Thu, 15 Jan 2015 14:05:53 +0000 Subject: [PATCH] Update README.mkd --- README.mkd | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.mkd b/README.mkd index 9e3a461..bbf2a74 100644 --- a/README.mkd +++ b/README.mkd @@ -1,11 +1,10 @@ -1. Get an image -2. `$ python spectrogram.py test.jpg` ... `Wrote test.jpg.wav` -3. `$ sox test.jpg.wav -n spectrogram` +```bash +$ python spectrogram.py test.jpg +Wrote test.jpg.wav +$ sox test.jpg.wav -n spectrogram` +``` -Aphex Twin did it before me. - -![Image of a dog](test.jpg) +Uses [SoX](http://sox.sourceforge.net/sox.html). Aphex Twin did it before me. ![Spectrogram of a dog](spectrogram.png) -Uses [SoX](http://sox.sourceforge.net/sox.html).