Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/worklet/tests/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 791 B image not shown  

Quelle  test_audioWorklet_WASM_Features.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/worklet/tests/test_audioWorklet_WASM_Features.html


<!DOCTYPE HTML>
<html>
<head>
  <title>Test for AudioWorklet + WASM features</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
  <script type="application/javascript" src="common.js"></script>
</head>
<body>

<script type="application/javascript">
function runTestInIframe() {
  let audioContext = new AudioContext();
  audioContext.audioWorklet.addModule("worklet_audioWorklet_WASM_features.js")
  .then(() => {
    const node = new AudioWorkletNode(audioContext, 'wasm');
    node.port.onmessage = e => {
      let result = e.data;
      ok(result === true, "Compilation succeeded");
      SimpleTest.finish();
    }
    node.connect(audioContext.destination);
  });
}
</script>

</body>
</html>

Messung V0.5 in Prozent
C=100 H=100 G=100

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet am  2026-06-10) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

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.