diff options
author | Ole Kristian Lien <ole.k.lien@gmail.com> | 2009-12-10 06:22:08 +0000 |
---|---|---|
committer | Ole Kristian Lien <ole.k.lien@gmail.com> | 2009-12-10 06:22:08 +0000 |
commit | eb0f5ffae76f0834076793b5755e1e7c12705e88 (patch) | |
tree | c4f2b9aa79e14e9bb4cab1fddab4828811571741 /tools/audio_stats | |
parent | f109c2fc7c7ed195003d9deb20710b49d86f12c8 (diff) |
Diverse fikser :)
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 |