We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I appear to receive this error when wasm is used (it doesn't happen when using asm):
TypeError: Module.asm._malloc is undefined OpusEncoder.js line 422 > eval:1:118376 _malloc http://localhost:7711/worker/OpusEncoder.js line 422 > eval:1 getBufferFor http://localhost:7711/worker/EmsArgs.js:74 readBlobAsArrayBuffer http://localhost:7711/worker/EmsArgs.js:52
I noticed that if I remove your input disabled attribute in your example and run the encoder twice, the same thing occurs. Is this intentional?
Searching around, the only thing similar is this: emscripten-core/emscripten#6632 (comment)
So I might give that a try myself when I have time.
The text was updated successfully, but these errors were encountered:
Just to be clear, are you using a custom build or the pre-built one from https://blog.rillke.com/opusenc.js/
Anyway, if you find a fix, Pull request is welcome. Thanks
Sorry, something went wrong.
Prebuilt, I think the solution in the link will fix, however I am now using a similar lib that seems to compile as described: https://github.com/chris-rudmin/opus-recorder/blob/master/Makefile#L5
No branches or pull requests
I appear to receive this error when wasm is used (it doesn't happen when using asm):
I noticed that if I remove your input disabled attribute in your example and run the encoder twice, the same thing occurs. Is this intentional?
Searching around, the only thing similar is this: emscripten-core/emscripten#6632 (comment)
So I might give that a try myself when I have time.
The text was updated successfully, but these errors were encountered: