class DummyProcessWorkletProcessor extends AudioWorkletProcessor {
constructor() { super();
}
process() { // Do nothing, output silence
}
}
// We need to pass a valid AudioWorkletProcessor here, otherwise, it will fail, // and the console.log won't be executed
registerProcessor("sure!", DummyProcessWorkletProcessor);
console.log(
globalThis instanceof AudioWorkletGlobalScope ? "So far so good" : "error"
);
Messung V0.5
¤ Dauer der Verarbeitung: 0.9 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.