You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, no, I didn't design this to work in the browser. This was for my DiscordApp lib. But, since this is Emscripten, I believe it's browser-ready.
You need to include the CJOpus.js file, not Opus.js. Then you can access the methods in the Module namespace in your browser. But, you miss out on it being a class.
I get a
Module._create_encoder_and_decoder is nog a function
atnew OpusEncoder
.Is this library supposed to work in a browser environment?
The text was updated successfully, but these errors were encountered: