login form

This commit is contained in:
Jakob Ketterl
2020-02-23 20:04:19 +01:00
parent af053b9ac4
commit cad6175db0
3 changed files with 63 additions and 1 deletions

View File

@ -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 = true;
var useAudioWorklets = false;
function AudioEngine(maxBufferLength, audioReporter) {
this.audioReporter = audioReporter;