/browser-text-to-speech

a demo of what a browser is currently capable of in text-to-speech

Primary LanguageSvelteMIT LicenseMIT

Speech Synthesis API Demo

This repo is a demo of what a browser is currently capable of with it's built-in text-to-speech engines

to view this in action: https://jetfontanilla.github.io/browser-text-to-speech/

To build the compiler, and all the other modules included in the package:

npm run build

To develop and run this code locally:

npm install && npm run update
npm run dev

License

MIT