catwav-problem resolved

Labrador labrad0r at edpnet.be
Fri Jul 31 14:54:50 UTC 2009


This was the answer to my problem:

#!/bin/bash
sox $1 -r 44100 -c 2 -s -w /tmp/$$-1.raw
sox $2 -r 44100 -c 2 -s -w /tmp/$$-2.raw
cat /tmp/$$-1.raw /tmp/$$-2.raw > /tmp/$$.raw
sox -r 44100 -c 2 -s -w /tmp/$$.raw $3
rm /tmp/$$*.raw
exit
 
And it works nicely!




More information about the Blinux-list mailing list