Skip to content

shbhrsaha/speech-synthesizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

speech-synthesizer

A naive speech synthesis engine for text-to-speech

Workflow

PortAudio and PyAudio are required.

Build a vocabulary by recording words with record.py:

python record.py "this is the sentence I would like to record"

The script will iterate over the words in the sentence and ask you to speak the word into your microphone. The recording for each word will be saved in the same directory.

Play back a sentence with play.py:

python play.py "I would like this sentence"

Words included in the sentence argument should have been recorded already in the previous step.

About

A naive speech synthesis engine for text-to-speech

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages