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

AudioWorklet Support #10

Open
chris-rudmin opened this issue Mar 3, 2019 · 5 comments
Open

AudioWorklet Support #10

chris-rudmin opened this issue Mar 3, 2019 · 5 comments
Assignees

Comments

@chris-rudmin
Copy link

I get a lot of comments on my project about choppy audio and dropped samples.
I think that implementing AudioWorklet when available instead of scriptProcessorNode should resolve those issues.

@chris-rudmin
Copy link
Author

There is a good discussion including one of the chrome devs here: chris-rudmin/opus-recorder#111

@kbumsik
Copy link
Owner

kbumsik commented Mar 3, 2019

Hi,
Thanks for mentioning about it and the link. I was actually thinking about using AudioWorklet when I started working on it last year, but I decided to use the ordinary scriptProcessorNode because Chrome was the only browser supporting it.

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 AudioWorklet after that.

@kbumsik kbumsik self-assigned this Mar 26, 2019
@chris-rudmin
Copy link
Author

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

@Valdenirmezadri
Copy link

@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

@expiritus2
Copy link

When will it be in live guys?

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

4 participants