This commit is contained in:
Donald Burr 2015-02-19 09:45:54 -08:00
parent 984b2247ed
commit e60d4d0ccd
2 changed files with 8 additions and 3 deletions

View file

@ -1,5 +1,9 @@
#!/bin/bash
FLAGS="-a"
#FLAGS="-as"
#FLAGS="-a"
FLAGS="-as"
#STRACE=""
STRACE="strace -o TRACE"
echo -ne "\033]0;CONTROL\007"
echo "*** NOTE wait a few then run fix_windows.sh in a different wimdow ***"
./acatcher $FLAGS | (aplay -t raw -c 1 -f S16_LE -r 22050 > /dev/null 2> /dev/null)
$STRACE ./acatcher $FLAGS | (aplay -t raw -c 1 -f S16_LE -r 22050 > /dev/null 2> /dev/null)