SwiftAudioPlayer
SwiftAudioPlayer copied to clipboard
are save file after streaming not implement or have some bugs?
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)
}
`
Sorry! Just not implemented at the moment, will be implemented in the next couple of iterations.
will there be updates?
Are there any updates on this one? 🤔