js-dos icon indicating copy to clipboard operation
js-dos copied to clipboard

The ScriptProcessorNode is deprecated

Open ajmeese7 opened this issue 3 years ago • 1 comments

Every time I run a JS-DOS game for the first time in a window, I get the following warning in the console:

[Deprecation] The ScriptProcessorNode is deprecated. Use AudioWorkletNode instead. (https://bit.ly/audio-worklet)

I did a quick search in the repo to see if I could implement a fix myself and didn't get any matches for ScriptProcessorNode, so was wondering if you had any ideas of how to resolve this deprecation.

ajmeese7 avatar Jul 28 '22 16:07 ajmeese7

Hi, this audio processor defined in emulators-ui, here: https://github.com/js-dos/emulators-ui/tree/main/src/sound

caiiiycuk avatar Jul 29 '22 09:07 caiiiycuk