Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/dom/media/webspeech/synth/test/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 2 kB image not shown  

Quelle  file_speech_queue.html   Sprache: HTML

 
 products/sources/formale Sprachen/C/Firefox/dom/media/webspeech/synth/test/file_speech_queue.html


<!DOCTYPE HTML>
<html lang="en-US">
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=525444
-->

<head>
  <meta charset="utf-8">
  <title>Test for Bug 525444: Web Speech API, check speech synth queue</title>
  <script type="application/javascript">
    window.SimpleTest = parent.SimpleTest;
    window.is = parent.is;
    window.isnot = parent.isnot;
    window.ok = parent.ok;
  </script>
  <script type="application/javascript" src="common.js"></script>
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=525444">Mozilla Bug 525444</a>
<p id="display"></p>
<div id="content" style="display: none">

</div>
<pre id="test">
<script type="application/javascript">

/** Test for Bug 525444 **/

// XXX: Rate and pitch are not tested.

var langUriMap = {};

for (let voice of speechSynthesis.getVoices()) {
  langUriMap[voice.lang] = voice.voiceURI;
  ok(true, voice.lang + ' ' + voice.voiceURI + ' ' + voice.default);
  is(voice.default, voice.lang == 'en-JM''Only Jamaican voice should be default');
}

ok(langUriMap['en-JM'], 'No English-Jamaican voice');
ok(langUriMap['en-GB'], 'No English-British voice');
ok(langUriMap['en-CA'], 'No English-Canadian voice');
ok(langUriMap['fr-CA'], 'No French-Canadian voice');
ok(langUriMap['es-MX'], 'No Spanish-Mexican voice');
ok(langUriMap['it-IT-fail'], 'No Failing Italian voice');

function testFunc(done_cb) {
  synthTestQueue(
    [[{text: "Hello, world."},
      { uri: langUriMap['en-JM'] }],
     [{text: "Bonjour tout le monde .",
       args: { lang: "fr", rate: 0.5, pitch: 0.75 }},
      { uri: langUriMap['fr-CA'], rate: 0.5, pitch: 0.75}],
     [{text: "How are you doing?", args: { lang: "en-GB" } },
      { rate: 1, pitch: 1, uri: langUriMap['en-GB']}],
     [{text: "Come stai?", args: { lang: "it-IT-fail" } },
      { rate: 1, pitch: 1, uri: langUriMap['it-IT-fail'], err: true }],
     [{text: "¡hasta mañana!", args: { lang: "es-MX" } },
      { uri: langUriMap['es-MX'] }]],
    function () {
      var test_data = [];
      var voices = speechSynthesis.getVoices();
      for (let voice of voices) {
        if (voice.lang.split("-").length > 2) {
          // Skip voices that don't automatically end with success
          continue;
        }
        test_data.push([{text: "Hello world", args: { voice} },
                        {uri: voice.voiceURI}]);
      }

      synthTestQueue(test_data, done_cb);
    });
}

// Run test with no global queue, and then run it with a global queue.
testFunc(function() {
  SpecialPowers.pushPrefEnv(
    { set: [['media.webspeech.synth.force_global_queue', true]] }, function() {
      testFunc(SimpleTest.finish)
    });
});


</script>
</pre>
</body>
</html>

Messung V0.5
C=99 H=100 G=99

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

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.