In my project I have several audio streams. When I get an ALLEGRO_EVENT_AUDIO_STREAM_FRAGMENT, how do I know which stream it belongs to?
The stream should be stored in the source field of the event. I think.
Sweet. I am doing 'stream = (ALLEGRO_AUDIO_STREAM *)event.any.source' and it is working perfectly. Thanks