Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 470 Bytes

File metadata and controls

31 lines (18 loc) · 470 Bytes

Text to Speech Synthesis

The code I used to dub my paper videos without requiring human help.

Requirement

Windows, preferably 7 or 10 for reasonable voice quality.

MS Speech Usage

python speech.py speech.vbs example.tex

Google Speech Usage

python google_speech.py example.tex

The output will be in the .wav files.

OpenAI Speech Usage

python openAI_speech.py example.tex

The output will be in the .mp3 files.