We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Chrome 121.0.6167.160
ScriptProcessorNode is deprecated in Chrome 121 but still works. Console warning suggests to use AudioWorkletNode. Supported on all browsers and Safari 14.1: https://developer.mozilla.org/en-US/docs/Web/API/AudioWorklet#browser_compatibility https://github.com/webrtc/samples/blob/gh-pages/src/content/getusermedia/volume/js/soundmeter.js#L21
Open demo in Chrome 121: https://webrtc.github.io/samples/src/content/getusermedia/volume/
No console warning.
Console warning.
soundmeter.js:21 [Deprecation] The ScriptProcessorNode is deprecated. Use AudioWorkletNode instead. (https://bit.ly/audio-worklet)
The text was updated successfully, but these errors were encountered:
see #1509
Sorry, something went wrong.
No branches or pull requests
Browser affected
Chrome 121.0.6167.160
Description
ScriptProcessorNode is deprecated in Chrome 121 but still works.
Console warning suggests to use AudioWorkletNode. Supported on all browsers and Safari 14.1:
https://developer.mozilla.org/en-US/docs/Web/API/AudioWorklet#browser_compatibility
https://github.com/webrtc/samples/blob/gh-pages/src/content/getusermedia/volume/js/soundmeter.js#L21
Steps to reproduce
Open demo in Chrome 121:
https://webrtc.github.io/samples/src/content/getusermedia/volume/
Expected results
No console warning.
Actual results
Console warning.
The text was updated successfully, but these errors were encountered: