diff options
Diffstat (limited to 'tools/audio_stats')
-rwxr-xr-x | tools/audio_stats | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/audio_stats b/tools/audio_stats index 4560004..f6e9ccc 100755 --- a/tools/audio_stats +++ b/tools/audio_stats @@ -11,5 +11,8 @@ if [ -z "$1" ]; then exit 1 fi -echo "Generating audio statistics for $1..." +./require sox + +echo -n " * Generating audio statistics for $1..." sox $1 -n stat +echo -e "OK!" |