Joe - 
For reference, here is the bash script that I used to convert my JTSim files to 
16-bits at 12kS/s. You’d have to change the directory name, of course.
Steve

#!/bin/bash
for i in $( cd ../JT65-24db; ls A*.WAV); do
 echo $i;
 sox --ignore-length ../JT65-24db/$i -r 12000 -b 16 ./$i;
done 


------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to