zoukankan      html  css  js  c++  java
  • Speech Recognition Grammar Specification Version 1.0 JavaScript TTS 文本发音

    Speech Recognition Grammar Specification Version 1.0 https://www.w3.org/TR/speech-grammar/

    W3C Recommendation 16 March 2004

    JavaScript TTS 文本发音 - 阿里云 https://www.aliyun.com/jiaocheng/386596.html

    var words = new SpeechSynthesisUtterance('Hello captain'); 
    window.speechSynthesis.speak(words); words
    
    SpeechSynthesisUtterance {text: "Hello captain", lang: "", voice: null, volume: 1, rate: 1…}lang: ""onboundary: nullonend: nullonerror: nullonmark: nullonpause: nullonresume: nullonstart: nullpitch: 1rate: 1text: "Hello captain"voice: nullvolume: 1__proto__: EventTargetconstructor: SpeechSynthesisUtterance()lang: (...)get lang: ()set lang: ()onboundary: (...)get onboundary: ()set onboundary: ()onend: (...)get onend: ()set onend: ()onerror: (...)get onerror: ()set onerror: ()onmark: (...)get onmark: ()set onmark: ()onpause: (...)get onpause: ()set onpause: ()onresume: (...)get onresume: ()set onresume: ()onstart: (...)get onstart: ()set onstart: ()pitch: (...)get pitch: ()set pitch: ()rate: (...)get rate: ()set rate: ()text: (...)get text: ()set text: ()voice: (...)get voice: ()set voice: ()volume: (...)get volume: ()set volume: ()__proto__: Object
    

      

  • 相关阅读:
    [JSOI2015]染色问题
    [ZJOI2016]小星星
    [BZOJ4361]isn
    [BZOJ4043/CERC2014]Vocabulary
    [BZOJ3622]已经没有什么好害怕的了
    [BZOJ2958]序列染色
    [SDOI2013]spring
    [Usaco2012 Nov]Concurrently Balanced Strings
    php常用函数集合
    制作item和category的mvc视图总结
  • 原文地址:https://www.cnblogs.com/rsapaper/p/9234453.html
Copyright © 2011-2022 走看看