SwiftAudioPlayer icon indicating copy to clipboard operation
SwiftAudioPlayer copied to clipboard

are save file after streaming not implement or have some bugs?

Open zzzworm opened this issue 5 years ago • 3 comments

I see comment on code: ` let shouldSave = doneCallback(id, nil) if shouldSave && !corruptedBecauseOfSeek { // TODO want to save file after streaming so we do not have to download again // guard (task.response?.suggestedFilename?.pathExtension) != nil else { // Log.monitor("Could not determine file type for file from id: (task.taskDescription ?? "nil") and url: (task.currentRequest?.url?.absoluteString ?? "nil")") // return // }

        // TODO no longer saving streamed files
        //            FileStorage.Audio.write(id, fileExtension: fileType, data: data)
    }

`

zzzworm avatar Apr 14 '19 02:04 zzzworm

Sorry! Just not implemented at the moment, will be implemented in the next couple of iterations.

tanhakabir avatar Apr 22 '19 21:04 tanhakabir

will there be updates?

JeanetteMueller avatar Jul 03 '20 15:07 JeanetteMueller

Are there any updates on this one? 🤔

xkay avatar Aug 25 '21 22:08 xkay