Closed Chaphasilor closed 8 months ago
Fixed by 3c82785.
Please try using the new version (by using the git version in your pubspec.yaml
), and check if everything works as expected. If it doesn't, feel free to reopen this issue.
I'll be releasing a new version on pub.dev after merging #7 as well.
For completeness's sake, here's the issue related to #4 (and my comment in #3). The reason I originally thought the issue might be related was this section:
I thought something might be fundamentally wrong with the queueing, but that doesn't seem to be the case. Instead, a
completed
event is sent after each track finishes playing, when instead it should be sent after eachAudioSource
stops playing. In the case of aConcatenatingAudioSource
, this means the event should be fired after the last track finishes playing, with looping disabled.Please also see the discussion in #4, where this is explained in greater detail.