Skip to content
Discussion options

You must be logged in to vote

If it plays fine but it's the seeking/scrubbing you have issues with, then it's probably Range headers that you're missing.
See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Range
See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Range

Alternatively, you can switch to Web Audio (backend: 'WebAudio in wavesurfer options). In that case the whole file will be downloaded and played from an in-memory buffer.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@doctor30309
Comment options

@katspaugh
Comment options

Answer selected by doctor30309
@doctor30309
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants