You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current behavior appears to be undefined. We could define it as follows: take the loop start and end to define a slice of the stream to play, and stop playing when the stream position reaches the loop end.
The current behavior appears to be undefined. We could define it as follows: take the loop start and end to define a slice of the stream to play, and stop playing when the stream position reaches the loop end.
Relevant code: https://github.com/liballeg/allegro5/blob/master/addons/audio/kcm_mixer.c#L217
It might be as easy as changing that piece of code to respect loop_start/end, but need to verify:
Alternatively, maybe add a "sub stream" API where we create a new stream with new starts and ends.
The text was updated successfully, but these errors were encountered: