Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

The ScriptProcessorNode is deprecated. Use AudioWorkletNode instead #210

Open
emresaracoglu opened this issue Dec 26, 2021 · 4 comments
Open

Comments

@emresaracoglu
Copy link

Hello,

There is a sound recorder and a recorded sound player on the site. It's fine with Firefox, but I get the following warning in Chronium-based browsers.

I also asked this question as a question on Stack overflow. Can you help with this issue?

Thank you

@RyanG2016
Copy link

@emresaracoglu I am in the same boat as you. Did you even come up with a resolution to this?

@emresaracoglu
Copy link
Author

Unfortunately, I couldn't find a solution. After a few days, I gave up and quit. @RyanG2016

@RyanG2016
Copy link

@emresaracoglu Thanks for the reply.

@xiangyuecn
Copy link

You don't have to worry too much about Chrome's reminder, ScriptProcessor currently supports the best among all browsers. On the contrary, the performance of AudioWorklet is not very outstanding, as it generates 375 callbacks per second. It is not recommended to use AudioWorklet on mobile devices.

AudioWorklet Test: https://xiangyuecn.gitee.io/recorder/ ,there is an option to enable AudioWorklet at the bottom of the page

大家可以不用太在意Chrome的这个提醒,ScriptProcessor目前所有浏览器支持的最好。反倒是AudioWorklet的表现不怎么出色,它会产生每秒375次回调,不太建议在移动设备使用AudioWorklet

2023-06-18

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

No branches or pull requests

3 participants