-
Notifications
You must be signed in to change notification settings - Fork 16
/
test.bat
39 lines (33 loc) · 1.23 KB
/
test.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
REM enumerate sound cards
java -cp bin ^
-Denumerate ^
sivantoledo.ax25.Test
REM loopback test
java -cp bin ^
-Drate=48000 ^
-Dloopback ^
-Dcallsign=4X6IZ-9 ^
sivantoledo.ax25.Test
REM write the samples of a generated packet to a file
java -cp bin ^
-Drate=48000 ^
-Dfile-output="xxx.txt" ^
-Dcallsign=4X6IZ-9 ^
sivantoledo.ax25.Test
REM send a test packet
java -cp bin ^
-Drate=48000 ^
-Doutput="Conexant HD Audio output" ^
-Dcallsign=4X6IZ-9 ^
sivantoledo.ax25.Test
REM receive packets with audio-level indication
java -cp bin ^
-Drate=48000 ^
-Daudio-level ^
-Dinput="Conexant HD Audio input" ^
sivantoledo.ax25.Test
REM receive packets
java -cp bin ^
-Drate=48000 ^
-Dinput="Conexant HD Audio input" ^
sivantoledo.ax25.Test