TTS

http://news.hankyung.com/article/2017120525321

 

PC로 접속했을때 좌측 바 상단  본문듣기( TTS) 이런건 어떻게 하는거예요?  신기하네요 ^______^

  • profile
    확인해보니 이걸로 했네요..
    https://developers.google.com/web/updates/2014/01/Web-apps-that-talk-Introduction-to-the-Speech-Synthesis-API

    var msg = new SpeechSynthesisUtterance('Hello World');
    window.speechSynthesis.speak(msg);

    참조
    http://news.hankyung.com/resource/js/lib/jquery.speech.js
    http://news.hankyung.com/resource/js/w/view.js
  • profile profile
    우와..바로 찾아내시네요 ㅎㅎ 역시 구글..