• 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
    

      

  • 相关阅读:
    用智慧明辨之
    做一个成功的软件架构师需要哪些素质?
    如何成为一名优秀的产品经理
    项目管理中的冲突管理
    .Net 缓存依赖详解
    从程序制作到构架制作
    如何做好一名软件团队的领导者
    需求变更的代价
    页面缓存的实现
    项目风险盘点
  • 原文地址:https://www.cnblogs.com/rsapaper/p/9234453.html
Copyright © 2020-2023  润新知