diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2003-10-07 15:18:55 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2003-10-07 15:18:55 +0000 |
commit | 693d345b0cc02c961748aad2074a2ca64934c9f5 (patch) | |
tree | d7a4f3e1f7da40fece6bb7c165f7661f8078975c /test/hsmicro | |
parent | 68e6756b899d040b14062baaa1ae9ae0e14f3b02 (diff) |
Let the headset test tools use 16 bit PCM for input and output
Diffstat (limited to 'test/hsmicro')
-rwxr-xr-x | test/hsmicro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hsmicro b/test/hsmicro index 8aec68f2..c254226b 100755 --- a/test/hsmicro +++ b/test/hsmicro @@ -17,4 +17,4 @@ fi BDADDR=$1 CHANNEL=$2 -$HSTEST record - $BDADDR $CHANNEL | $SOX -t raw -r 8000 -c 1 -s -b - -t ossdsp -r 44100 -c 2 -s -w /dev/dsp polyphase vol 5.0 2> /dev/null +$HSTEST record - $BDADDR $CHANNEL | $SOX -t raw -r 8000 -c 1 -s -w - -t ossdsp -r 44100 -c 2 -s -w /dev/dsp polyphase vol 5.0 2> /dev/null |