Lastorder-DC / chatreader-kor

채팅 읽어주는 로봇
https://lastorder.xyz/chatreader-kor/speech.html
MIT License
16 stars 11 forks source link

fix #23 #24

Closed dmc31a42 closed 4 years ago

dmc31a42 commented 4 years ago

fix #23 check in case that browser has speechSynthesis but actually not available, like OBS browser plugin. OBS browser plugin 같이 브라우저가 speechSynthesis 객체를 가지고 있지만 실제로는 아무것도 하지 않는 깡통일때를 확인함

Lastorder-DC commented 4 years ago

https://github.com/Lastorder-DC/chatreader-kor/blob/master/speech.html#L274-L279

이미 보이스 사용가능 여부는 체크되고 있습니다. 또한 window.speechSynthesis.getVoices() 함수 첫 실행시 간혹 실제 보이스가 사용 가능함에도 빈 목록을 반환하는 문제가 있어 해당 위치에서 체크할 경우 오동작할 가능성이 있습니다.

p.s.) 채팅 읽는 로봇은 크롬 브라우저에서 사용하는 것을 전제로 개발되었습니다.

dmc31a42 commented 4 years ago

알겠습니다. 감사합니다.