Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 293 Bytes

File metadata and controls

5 lines (3 loc) · 293 Bytes

Sentence-by-sentence Speech Synthesis

⚠️ Archive Notice

This repo contains a proof-of-concept for sentence-by-sentence speech synthesis. It's just a few lines of JavaScript which uses regex to divide a paragraph into <span>s and uses the Web Speech API to read them sequentially.