프로그래밍/Web
Web Speech API - TTS , not API
홍반장水_
2023. 6. 12. 09:25
반응형
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();
반응형