-
Notifications
You must be signed in to change notification settings - Fork 39
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
AudioWorklet Support #10
Comments
There is a good discussion including one of the chrome devs here: chris-rudmin/opus-recorder#111 |
Hi, Since now Firefox also support it, it looks pretty interesting. I'm currently working on writing test scripts, I will see if I can implement MediaRecorder using |
@kbumsik I released a new version of opus-recorder with audio-worklet support (and fallback to scriptProcessor). Check it out if you want a reference. |
where is the link? on your repositories? have some example? thanks |
When will it be in live guys? |
I get a lot of comments on my project about choppy audio and dropped samples.
I think that implementing
AudioWorklet
when available instead ofscriptProcessorNode
should resolve those issues.The text was updated successfully, but these errors were encountered: