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

AnandChowdhary/sentence-by-sentence-speech-synthesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.