Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js speech synthesis

let utterance = new SpeechSynthesisUtterance("Hello world!");
speechSynthesis.speak(utterance);
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #js #speech #synthesis
ADD COMMENT
Topic
Name
1+1 =