summaryrefslogtreecommitdiffstats
path: root/test/hsplay
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2003-10-07 15:18:55 +0000
committerMarcel Holtmann <marcel@holtmann.org>2003-10-07 15:18:55 +0000
commit693d345b0cc02c961748aad2074a2ca64934c9f5 (patch)
treed7a4f3e1f7da40fece6bb7c165f7661f8078975c /test/hsplay
parent68e6756b899d040b14062baaa1ae9ae0e14f3b02 (diff)
Let the headset test tools use 16 bit PCM for input and output
Diffstat (limited to 'test/hsplay')
-rwxr-xr-xtest/hsplay2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hsplay b/test/hsplay
index 8a676459..5f53562b 100755
--- a/test/hsplay
+++ b/test/hsplay
@@ -19,4 +19,4 @@ FILE=$1
BDADDR=$2
CHANNEL=$3
-$MPG123 -q -s "$FILE" | $SOX -t raw -r 44100 -c 2 -s -w - -t raw -r 8000 -c 1 -s -b - | $HSTEST play - $BDADDR $CHANNEL
+$MPG123 -q -s "$FILE" | $SOX -t raw -r 44100 -c 2 -s -w - -t raw -r 8000 -c 1 -s -w - | $HSTEST play - $BDADDR $CHANNEL