restore audioworklets
This commit is contained in:
parent
9f06149ae3
commit
de3694248a
@ -1,6 +1,6 @@
|
||||
// this controls if the new AudioWorklet API should be used if available.
|
||||
// the engine will still fall back to the ScriptProcessorNode if this is set to true but not available in the browser.
|
||||
var useAudioWorklets = false;
|
||||
var useAudioWorklets = true;
|
||||
|
||||
function AudioEngine(maxBufferLength, audioReporter) {
|
||||
this.audioReporter = audioReporter;
|
||||
|
Loading…
Reference in New Issue
Block a user