etc[자료들]/Api
TEXT 읽어주는 speechSynthesis api
TEXT 읽어주는 speechSynthesis api 안녕하세요 '밤구름'입니다. 이번 포스팅은 웹에서 TEXT를 읽어주는 speechSynthesis api에 대해서 다뤄보고자 합니다. 들어가기에 앞서 'speechSynthesis api'란 말 그대로 자바스크립트를 이용하여 본문에 있는 text를 읽어주는 무료 api입니다. WDN사이트를 통하여 확인이 가능합니다. https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisUtterance SpeechSynthesisUtterance - Web APIs | MDN The SpeechSynthesisUtterance interface of the Web Speech API represents a ..
2021. 11. 25. 15:00