Replies: 2 comments
-
|
This should work, but you'll need to use URLCache so you don't re-download the file each time you create AudioPlayer. |
Beta Was this translation helpful? Give feedback.
-
|
Easy solution is to modify I just renamed Additional note: Computing duration from an audio URL will take time and it will hang the screen. To avoid this, you have to comment out the MockAudioItem structure MockAudioItem AudioController |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an Audio file URL uploaded on Serve, but when I am trying to play it. It is saying
Failed to create audio player for URL:
Here is the audio file URL
https://project.greatwisher.com/awed/assets/uploads/211014051457354042.m4a
Below is the function used by example in repo. Do we need to use AVPlayer ?
Beta Was this translation helpful? Give feedback.
All reactions