diff options
author | Ole Kristian Lien <ole.k.lien@gmail.com> | 2010-01-14 08:19:30 +0000 |
---|---|---|
committer | Ole Kristian Lien <ole.k.lien@gmail.com> | 2010-01-14 08:19:30 +0000 |
commit | 8f002067fcf300234be68bd2b01b178c931bb2fe (patch) | |
tree | 416fc47b19dfeed5b66ddc8fa175d28f09b5e3a2 /tools/audio_spectrogram | |
parent | 9b6e7c30bc1687c10c49413871588d17baf1b94f (diff) |
div. fix
Diffstat (limited to 'tools/audio_spectrogram')
-rw-r--r-- | tools/audio_spectrogram | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/audio_spectrogram b/tools/audio_spectrogram index de0685a..b91af40 100644 --- a/tools/audio_spectrogram +++ b/tools/audio_spectrogram @@ -14,5 +14,7 @@ if [ -z "$1" ]; then exit 1 fi +echo -n " * Generating spectrogram..." sox $1 -n spectrogram mv spectrogram.png $NAME.png +echo -e "OK!" |