SwiftAudioEx
SwiftAudioEx copied to clipboard
Ability to use a cache when streaming audio
is there a way to cache data that is loaded from an URL?
I want to avoid downloading the data twice in order to cache it.
Ideally it would be nice to have a handler that returns a path or Data object for the streamed AudioItem once it has finished downloading so I can save it to disk using my own cache