samirkumardas / opus-to-pcm

Decode raw opus packet to PCM without using any external library in your browser.
Other
73 stars 15 forks source link

Could not decode a text frame as UTF-8 #41

Open elshnkhll opened 1 year ago

elshnkhll commented 1 year ago

I get a Could not decode a text frame as UTF-8 error in Chrome. on the line with var ws = new WebSocket(socketURL); in the example HTML file.

elshnkhll commented 1 year ago

closed