WaveSurfer is not working #3161
Replies: 2 comments 2 replies
-
It won't work when opened as an HTML file via |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks for your reply. My issue got resolved :)
…On Mon, Sep 4, 2023 at 1:15 PM katspaugh ***@***.***> wrote:
It won't work when opened as an HTML file via C:/Users/.... You need to
run a local web server to serve your HTML.
Besides, loading just any audio from the Internet won't work either
because of CORS <https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS>.
You need to either host the audio yourself or the server must support CORS.
—
Reply to this email directly, view it on GitHub
<#3161 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUFUS6YK7IEZOGQHBD3W6CLXYWBJPANCNFSM6AAAAAA4J5HTF4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
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
-
Hi memebers,
I have copied code from :- https://wavesurfer-js.org/ and renamed the audio file name accordingly but wavesurfer is not working. what could be the possible reason.
Here's the SS of code and webpage:- https://prnt.sc/d--xHpw0aDnE
Please tell me what I am missing.
I have used below code:-
Beta Was this translation helpful? Give feedback.
All reactions