Preloading asset for faster loading#4
Preloading asset for faster loading#4mynameisguy wants to merge 4 commits intodoublesymmetry:mainfrom
Conversation
|
Thanks for the PR @mynameisguy! I'll take a closer look at this in the upcoming week. It would also be great to add some tests around this functionality |
|
The Preload should be updated to use this info as well. In my case updating the Edit: |
making preloadNext public
ccb1704 to
72e3a88
Compare
|
@jannemecek thanks for the comments. @dcvz tbh I'm not really programming in swift. I believe someone more experienced in Swift writing tests will be a better way to proceed. |
Adding SwiftAudioEx the ability to preload assets helps create a better experience when playing few tracks in a row.
The implementation is based on https://github.com/nishanBende/SwiftAudio/tree/preloading-asset implementation