Live data from Hacker News

Common Voice

commonvoice.mozilla.org

1–10 of 82 posts

Re: Common Voice

#5
FF's TTS is an important project for anyone who wants a trivial to use text-to-speech system. It's built into the browser so you can just run

    wss = window.speechSynthesis;
    for (let i = 0; i 
Post reply on HN