sox.1: fix example for mcompand
[sox.git] / src / testall.bat
blob84a8a69696daf8acc100994a477589f62d859d1f
1 @echo off
3 rem     First create a working copy of t.bat. Note optional cls and pause.
5 echo @echo off >t.bat
6 echo set format=%%1 >>t.bat
7 echo shift >>t.bat
8 echo set opts=%%1 %%2 %%3 %%4 %%5 %%6 %%7 %%8 %%9 >>t.bat
9 echo. >>t.bat
10 echo cls >>t.bat
11 echo echo Format: %%format%%   Options: %%opts%% >>t.bat
12 echo echo on >>t.bat
13 echo .\sox monkey.wav %%opts%% %%tmp%%\monkey.%%format%% %%effect%% >>t.bat
14 echo .\sox %%opts%% %%tmp%%\monkey.%%format%% %%tmp%%\monkey1.wav %%effect%% >>t.bat
15 echo @echo off >>t.bat
16 echo echo. >>t.bat
17 echo set format=>>t.bat
18 echo set opts=>>t.bat
19 echo pause >>t.bat
21 rem     Now set up any global effects and call the batch file. Note that
22 rem     this needs extra work to cope with DOS's limitation of 3-character
23 rem     extensions on the filename.
25 set effect=%1 %2 %3 %4 %5 %6 %7 %8 %9
27 call t.bat 8svx
28 call t.bat aiff
29 call t.bat aifc
30 call t.bat au
31 call t.bat avr -e unsigned-integer
32 call t.bat cdr
33 call t.bat cvs
34 call t.bat dat
35 call t.bat vms
36 call t.bat hcom -r 22050
37 call t.bat maud
38 call t.bat raw -r 8130 -t ub
39 call t.bat sf
40 call t.bat smp
41 call t.bat sndt
42 call t.bat txw
43 call t.bat voc
44 call t.bat vox -r 8130
45 call t.bat wav
46 call t.bat wve
48 del t.bat