Replies: 1 comment
-
That’s how html audio works. It makes range requests for portions of audio as it plays. |
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
-
Hello,
I am using the React version of the wavesurfer
"@wavesurfer/react": "^1.0.7",
I am checking the network tab & I don't understand why but it seems that when I am moving the cursor it's calling the url with a 206 partial response..
I don't understand the why of that because I am not using streaming and this make a lot of calls.
Beta Was this translation helpful? Give feedback.
All reactions