-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
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
asm.js type error #24
Comments
I'm getting this error too. In addition, the MP3 recordings saved are slightly choppy. Would this error be the cause? |
Hey guys, thanks for message, did you find any info on this or any workaround ? I have it too and my mp3 are choppy too. |
@numerized My workaround was to throw the web audio recorder on a separate web worker process. I don't think it was asm related anymore; I think it was CPU thread related. |
Hi @Lovinity can you share your code ? Are you talking about solving distorded audio ? I cannot get my way around this issue yet. |
I've started to coding copying from your demo page.
I've got an error when choose mp3.
Chrome says:
Invalid asm.js: Expected signed, unsigned, double, or float for operator ">".
Firefox says:
TypeError: asm.js type error: arguments to a comparison must both be signed, unsigned, floats or doubles; double and fixnum are given
The text was updated successfully, but these errors were encountered: