Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The TTS apis are really fun. They allow pitch control, too:

    "twin=75 kill=75 twin=115 kill=115 lit=130 till=130 star=110 how=100 i=100 won=90 dur=90 what=85 you=80=2 are=70".split(" ").map(s=>{u=new SpeechSynthesisUtterance((t=s.split('='))[0]);u.pitch=parseInt(t[1]||100)/100;u.rate=parseFloat(t[2]??1.5);speechSynthesis.speak(u)})


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: