

JavaScript speech synthesis cheatsheet
source link: https://devhints.io/js-speech
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

function speak (message) {
var msg = new SpeechSynthesisUtterance(message)
var voices = window.speechSynthesis.getVoices()
msg.voice = voices[0]
window.speechSynthesis.speak(msg)
}
speak('Hello, world')
See: SpeechSynthesisUtterance (developer.mozilla.org)
Recommend
-
113
Google’s WaveNet machine learning-based speech synthesis comes to AssistantLast year, Google
-
82
Expressive Speech Synthesis with Tacotron
-
74
The Speech Synthesis API is an awesome API, great to experiment new kind of interfaces and let the browser talk to you
-
15
Speech Synthesis Markup Language (SSML) You can send Speech Synthesis Markup Language (SSML) in your Text-to-Speech request to allow for more custom...
-
9
by zhangxinxu from http://www.zhangxinxu.com/wordpress/?p=5865 本文可全文转载,但需得到原作者书面许可,同时保留原作者和出处,摘要引流则随...
-
7
Xbox is testing accessible chat options like transcription and speech synthesisIllustration by Alex Castro / The Verge ...
-
13
xVA Synth xVASynth 2.0 is a machine learning based speech synthesis app, using voices from characters/voice sets from video games. Patreon: https://www.patreon.com/xvasynth
-
7
NaturalSpeech: End-to-End Text to Speech Synthesis with Human-Level Quality arXiv: arXiv:2205.04421 Reddit Discussions:
-
7
Posted on January 23, 2023January 23, 2023 by
-
12
April 10, 2023Using Speech Synthesis and Recognition with Alpine.js
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK