summaryrefslogtreecommitdiffstats
path: root/tools/audio_format
diff options
context:
space:
mode:
authorOle Kristian Lien <ole.k.lien@gmail.com>2009-12-16 06:46:51 +0000
committerOle Kristian Lien <ole.k.lien@gmail.com>2009-12-16 06:46:51 +0000
commitcebfad21252cb4884df416dbcf7bda844ba4de11 (patch)
tree37242c715579dd471229245c42bf7fdc60279df8 /tools/audio_format
parentd7ffd2160ced7c1dc812fb3a76e876191bd5a3f1 (diff)
diverse...
Diffstat (limited to 'tools/audio_format')
-rw-r--r--tools/audio_format8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/audio_format b/tools/audio_format
index 37760d2..96523cb 100644
--- a/tools/audio_format
+++ b/tools/audio_format
@@ -13,9 +13,9 @@ if [ -z "$1" ]; then
exit 1
fi
-#if [ "$FORMAT" == "pcm_s16le" ]; then
-# echo "wav"
-#else
+if [ "$FORMAT" == "pcm_s16le" ]; then
+ echo "wav"
+else
echo $FORMAT
-#fi
+fi