Open chris-rudmin opened 5 years ago
There is a good discussion including one of the chrome devs here: https://github.com/chris-rudmin/opus-recorder/issues/111
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 I released a new version of opus-recorder with audio-worklet support (and fallback to scriptProcessor). Check it out if you want a reference.
@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.