Getting Started with Web Speech Synthesis API and Svelte
Browser get new APIs all the time, one of such APIs is Web Speech Synthesis. Let's explore it with Svelte.
Getting Started with the API
The entry point of the API is speechSynthesis object. To get list of available voices we can do:
console.log(speec...
taw.hashnode.dev3 min read