bvibber / ogv.js

JavaScript media player using Ogg/Vorbis/Theora/Opus/WebM libs compiled with Emscripten

Home Page:https://brooke.vibber.net/misc/ogv.js/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation warning: ScriptProcessorNode

turbo opened this issue · comments

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.

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 :) bvibber/audio-feeder#37