Comment on Jarvis: an Amazon Echo clone in your browserparentComments−verst10ySuper helpful. Thanks!In Chrome the following works as a basic sample: speech = new SpeechSynthesisUtterance(String("生日快乐")) voice = speechSynthesis.getVoices()[80] // use Google Chinese Voice speech.voice = voice speechSynthesis.speak(speech)
Comments
Super helpful. Thanks!
In Chrome the following works as a basic sample: