dmrschmidt / DSWaveformImage

Generate waveform images from audio files on iOS, macOS & visionOS in Swift. Native SwiftUI & UIKit views.
MIT License
978 stars 109 forks source link

unable to create wave view with audio server url #94

Closed shabnamwos closed 4 months ago

shabnamwos commented 4 months ago

I won’t be able to find the solution for creating the audio wave view with the server URL.

dmrschmidt commented 4 months ago

Hey there. Yes, that’s correct. The library doesn’t do online loading. I didn’t want to make any assumptions on how people would handle their online assets or add a different layer of local caching, especially with the wide variety of clients people use.

you can see https://github.com/dmrschmidt/DSWaveformImage/issues/22 for basic raw URLSession usage examples. Of course you are free to do it any other way.