Brucey:
Why doesn't this work...
It crashes on the ResumeChannel command.
Also, I am getting an error message when I use your mod...
Warning: The library version of irrKlang (1.1.3) does not match the version the application was compiled with (1.0.4). This may cause problems.
Why doesn't this work...
SuperStrict Framework BaH.irrKlangAudio Import BRL.StandardIO Local drivers:String[] = AudioDrivers() Print "Audio Drivers : " For Local d:Int = 0 Until drivers.length Print drivers[d] Next SetAudioDriver("irrKlang") Local sound:TSound = LoadSound("../../irrklang.mod/examples/media/getout.ogg", SOUND_LOOP) Local channel:TChannel = AllocChannel() CueSound(sound, channel) ResumeChannel(channel) Local i:Int While i < 300 Delay(100) i:+ 1 Wend
It crashes on the ResumeChannel command.
Also, I am getting an error message when I use your mod...
Warning: The library version of irrKlang (1.1.3) does not match the version the application was compiled with (1.0.4). This may cause problems.