Flutter-AssetsAudioPlayer icon indicating copy to clipboard operation
Flutter-AssetsAudioPlayer copied to clipboard

Shuffle + Loop

Open DowsingUK opened this issue 2 years ago • 0 comments

When shuffle and loop are on at the same time it would loop for a random amount of times and then it will stop playing.

final assetsAudioPlayer = AssetsAudioPlayer(); or AssetsAudioPlayer.newPlayer(); (Same result)

assetsAudioPlayer.shuffle = true;

assetsAudioPlayer.open( Playlist(audios: playlist), loopMode: LoopMode.playlist, autoStart: true );

Is there anything else I can do to keep it playing indefinitely?, thank you

DowsingUK avatar Apr 18 '23 23:04 DowsingUK