https://lebostein.de/temp/mbox.ogg
Code: Select all
InitSound()
UseOGGSoundDecoder()
LoadSound(0, "mbox.ogg")
For i = 1 To 60
channel = PlaySound(0, #PB_Sound_MultiChannel): Debug channel
If channel: SetSoundFrequency(0, 6000 + i * 300, channel): EndIf
Delay(50)
Next i
Delay(2000)
Output Windows (all 60 sounds are played)2 (starts with channel 2)
3
4
...
...
33
34 (last PlaySound with a return != 0, but it seems it is impossible to set the frequency of this last sound)
0
0
0
0
0
0
...
1906915505280
1906915505328
1906915505376
...
1906915510448
1906915510784
1906915510688
1906915510832