I have read the manual over and over for audio streams and cannot work it out at all. Can someone link me to a tutorial or write me a basic one that I can start from. I learn quickly so a short example can do the trick. I do however wan't to use streams as I only want the sounds for SFX and Music.
Thanks in advance since Im going out soon.
Have you taken a look at the examples that come with Allegro?
I have downloaded the Binary. There is no examples :/
Edit: I've tried ALLEGRO_SAMPLE too and still no joy. Here's my test class.
Edit 2
It fails to play I've added this and it fails
You need to call al_reserve_samples(). Download the source package and check out the examples folder.
Funny enough I was just reading that in the manual and I was just about to post on here saying I missed out al_reserve_samples() but thanks anyway's it's now working