반응형

Web Speech API  - TTS , not API 

https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API

 

Web Speech API - Web APIs | MDN

The Web Speech API enables you to incorporate voice data into web apps. The Web Speech API has two parts: SpeechSynthesis (Text-to-Speech), and SpeechRecognition (Asynchronous Speech Recognition.)

developer.mozilla.org

To run the demo, navigate to the live demo URL in a supporting mobile browser (such as Chrome).

 

 window.speechSynthesis.getVoices();

 

 

https://github.com/mdn/web-speech-api

반응형

+ Recent posts