Replies: 1 comment
-
@slarkvan use mediaelement to load large audio files.
Another way you could do it is to split up the audio data into chunks and load the buffer after if you don't want to use medialement backend. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My server's audio files are very large. My current approach on the web client is to first use ws.load(audioUrl), and then the user has to wait for the audio to completely download before they can interact. Is there a way to allow users to interact with the audio player more quickly?
Beta Was this translation helpful? Give feedback.
All reactions