musicblocks
musicblocks copied to clipboard
Deprecation: The ScriptProcessorNode is deprecated. Should Use AudioWorkletNode instead.
Description
ScriptProcessorNode is deprecated from the Chrome64 and replaced with AudioWorklet.
Due to which errors are displayed in console
Expected Behavior
We should migrate to AudioWorklet.
Environment:
- Operating System: [e.g., Windows, macOS, Linux]
- Browser (if applicable): [e.g., Chrome, Firefox, Safari]
- Version of Software/Project: [e.g., v1.0.0]
Checklist
- [x] I have read and followed the project's code of conduct.
- [x] I have searched for similar issues before creating this one.
- [x] I have provided all the necessary information to understand and reproduce the issue.
- [x] I am willing to contribute to the resolution of this issue.
Thank you for contributing to our project! We appreciate your help in improving it.
π See contributing instructions.
ππΎππΌ Questions: Community Matrix Server.
@walterbender Sir should we change to Audio Worklet ref:https://developer.chrome.com/blog/audio-worklet Can I work on this issue?
Feel free to work on it. Please be sure to test in non-Chrome env. too.
Hi @dhruvchandak30, are you working on this issue? asked as no one is assigned
@dhruvchandak30 , Are you working on this issue? If not I want to work on this.
@dhruvchandak30 , Are you working on this issue? If not I want to work on this.
You can work on it.
@sujithyadav998 Are you working on this issue still? If not, I would like to.
No need to ask permission.
Tone.js is the source of the deprecation. Does anyone know if the Tone.js used in Music Blocks is the same as the web audio framework here? If that's the case, then fixing this issue might be a matter of getting the most recent version.
We use webaudio through ttone.js. not sure what version we are using but maybe we need to update.