-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Wrong length error when recording audio #112
Comments
I found that this was caused by some kind of conflict with https://www.npmjs.com/package/core-js - removing |
So, it seems that this is caused by a V8 bug/feature (https://bugs.chromium.org/p/v8/issues/detail?id=4552). The problem seems to be that |
I am trying to record audio with RecordRTC 5.3.0, but whenever I stop recording I get a 'Wrong length' error (same behaviour in Chrome and Firefox). This is the complete output:
Any advice would be greatly appreciated!
The text was updated successfully, but these errors were encountered: