Skip to content
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

Open
serkanhamarat opened this issue Nov 3, 2017 · 4 comments
Open

asm.js type error #24

serkanhamarat opened this issue Nov 3, 2017 · 4 comments

Comments

@serkanhamarat
Copy link

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

@Lovinity
Copy link

I'm getting this error too. In addition, the MP3 recordings saved are slightly choppy. Would this error be the cause?

@numerized
Copy link

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.

@Lovinity
Copy link

@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.

@numerized
Copy link

Hi @Lovinity can you share your code ? Are you talking about solving distorded audio ? I cannot get my way around this issue yet.
Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants