keaganhilliard/audiobookly

Multiple file audiobook streaming on iOS is slow

Opened this issue · 0 comments

The current implementation using ConcatenatingAudioSource does not work well on iOS. It is fine if you download the tracks, but streaming more than a couple causes the media framework to attempt to load all of the tracks at once. Need to investigate queueing this on the dart side rather than using the just_audio implementation.