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_extract | |
parent | d7ffd2160ced7c1dc812fb3a76e876191bd5a3f1 (diff) |
diverse...
Diffstat (limited to 'tools/audio_extract')
-rw-r--r-- | tools/audio_extract | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tools/audio_extract b/tools/audio_extract index bd0afa8..ee3c96f 100644 --- a/tools/audio_extract +++ b/tools/audio_extract @@ -1,6 +1,6 @@ #!/bin/bash # -# Date: 2009-11-30 +# Date: 2009-12-16 # Author: Ole Kristian Lien # License: GNU General Public License # @@ -15,9 +15,11 @@ if [ -z "$1" ]; then exit 1 fi -if [ "$FORMAT" == "pcm_s16le" ]; then - FORMAT="wav" -fi +#if [ "$FORMAT" == "pcm_s16le" ]; then +# FORMAT="wav" +#fi + +echo "Extracting $NAME.$FORMAT..." if [ "$3" ]; then #DURATION="30" #`./duration$1` |