Comment on Jarvis: an Amazon Echo clone in your browserparentComments−warbrett10yThis might help you: https://github.com/monteslu/pagenodes/blob/7388ce58726836cf6...−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
This might help you: https://github.com/monteslu/pagenodes/blob/7388ce58726836cf6...
Super helpful. Thanks!
In Chrome the following works as a basic sample: