bvibber / ogv.js

JavaScript media player using Ogg/Vorbis/Theora/Opus/WebM libs compiled with Emscripten
https://brooke.vibber.net/misc/ogv.js/demo/
Other
1.2k stars 101 forks source link

Deprecation warning: ScriptProcessorNode #592

Closed turbo closed 3 years ago

turbo commented 3 years ago

The initialization based on an opus audio file throws a few warnings in Chrome, because (quoting MDN):

Note: As of the August 29 2014 Web Audio API spec publication, this feature has been marked as deprecated, and was replaced by AudioWorklet

The offending feature is used in the initSharedAudioContext method in ogv.

bvibber commented 3 years ago

Yeah I gotta speed up implementing the replacement on this... Warnings should be harmless for now.

The existing issue in the audio-feeder component is here, please subscribe to that to hear updates when I start working on it :) https://github.com/brion/audio-feeder/issues/37