SwiftAudioEx icon indicating copy to clipboard operation
SwiftAudioEx copied to clipboard

Ability to use a cache when streaming audio

Open halpz opened this issue 2 years ago • 0 comments

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

halpz avatar Jul 08 '23 19:07 halpz