diff options
Diffstat (limited to 'tools/audio_stats')
-rwxr-xr-x | tools/audio_stats | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/audio_stats b/tools/audio_stats new file mode 100755 index 0000000..be677aa --- /dev/null +++ b/tools/audio_stats @@ -0,0 +1,14 @@ +#!/bin/bash +# +# Date: 2009-12-10 +# Author: Ole Kristian Lien +# License: GNU General Public License +# +# Print out some audio info/stats + +if [ -z "$1" ]; then + echo "Usage: $0 <audio-file>" + exit 1 +fi + +sox $1 -n stat |