diff options
author | Ole Kristian Lien <ole.k.lien@gmail.com> | 2009-12-16 06:46:51 +0000 |
---|---|---|
committer | Ole Kristian Lien <ole.k.lien@gmail.com> | 2009-12-16 06:46:51 +0000 |
commit | cebfad21252cb4884df416dbcf7bda844ba4de11 (patch) | |
tree | 37242c715579dd471229245c42bf7fdc60279df8 /tools/audio_stats | |
parent | d7ffd2160ced7c1dc812fb3a76e876191bd5a3f1 (diff) |
diverse...
Diffstat (limited to 'tools/audio_stats')
-rwxr-xr-x | tools/audio_stats | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/audio_stats b/tools/audio_stats index be677aa..4560004 100755 --- a/tools/audio_stats +++ b/tools/audio_stats @@ -1,6 +1,6 @@ #!/bin/bash # -# Date: 2009-12-10 +# Date: 2009-12-16 # Author: Ole Kristian Lien # License: GNU General Public License # @@ -11,4 +11,5 @@ if [ -z "$1" ]; then exit 1 fi +echo "Generating audio statistics for $1..." sox $1 -n stat |