3 rem Test script for sox under DOS derived from tests.sh. This should
4 rem run without core-dumping or printing any error messages.
18 .\sox %noise% %file%.wav ub.raw
19 .\sox %noise% -t raw -r 8196 -u -1 -c 1 ub.raw -r 8196 -s -1 sb.raw
20 .\sox %noise% -t raw -r 8196 -s -1 -c 1 sb.raw -r 8196 -u -1 ub2.raw
21 .\sox %noise% -r 8196 -u -1 -c 1 ub2.raw -r 8196 ub2.wav
28 echo The two filesizes above should be the same.
33 echo Skip checksum and rate byte. DOS isn't good at this, so just use a
40 echo The two filesizes above should be the same.
50 .\sox %noise% %file%.au -u -r 8192 -u -1 ub.raw
51 .\sox %noise% -r 8192 -u -1 ub.raw -U -1 ub.au
52 .\sox %noise% ub.au -u ub2.raw
53 .\sox %noise% ub.au -2 ub2.sf
62 .\sox %noise% ub2.sf ub2.aif
63 .\sox %noise% ub2.aif ub3.sf
66 echo Skip comment field containing different filenames. Again, DOS sucks.
72 echo The two filesizes above should be the same.