diff --git a/htdocs/lib/AudioEngine.js b/htdocs/lib/AudioEngine.js index b12c3a9..7e67042 100644 --- a/htdocs/lib/AudioEngine.js +++ b/htdocs/lib/AudioEngine.js @@ -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;