Code: Select all
SYS "Sound_Configure" TO ,,A%:PRINT A%
SYS "Sound_SampleRate",1 TO ,,A%:PRINT A%/1024
SYS "Sound_SampleRate",0 TO ,C%
FOR L%=1 TO C%:SYS "Sound_SampleRate",2,L% TO ,,A%:PRINT A%/1024:NEXT
Code: Select all
SYS "Sound_Configure" TO ,,A%:PRINT A%
SYS "Sound_SampleRate",1 TO ,,A%:PRINT A%/1024
SYS "Sound_SampleRate",0 TO ,C%
FOR L%=1 TO C%:SYS "Sound_SampleRate",2,L% TO ,,A%:PRINT A%/1024:NEXT
Code: Select all
SYS "Sound_Configure" TO ,,A%:PRINT A%
48
Code: Select all
SYS "Sound_SampleRate",1 TO ,,A%:PRINT A%/1024
20833.333
Code: Select all
SYS "Sound_SampleRate",0 TO ,C%
FOR L%=1 TO C%:SYS "Sound_SampleRate",2,L% TO ,,A%:PRINT A%/1024:NEXT
5000
6250
6944.44434
7812.5
8000
8928.57129
10416.666
11025
11363.6357
12000
12500
13888.8887
15625
16000
17857.1426
20833.333
22050
24000
25000
27777.7773
31250
32000
35714.2852
41666.666
44100
48000
50000