Jump to content

Play recorded sounds: Difference between revisions

(Added BBC BASIC)
Line 228:
UseOGGSoundDecoder()
; Now we can not only load wav sound files, but also ogg encoded ones.
; With movie libarylibrary more formats can be played (depends on system) but you cannot
; handle them with Sound functions
If Not LoadSound(1,"Path/to/Sound/1.ogg") Or Not LoadSound(2,"Path/to/Sound/2.wav")
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.