Skip to content

LinuxDevil/Text-to-Speech_PY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text to Speach

Python text-to-speach with your own voice

Install Python

Go to https://www.python.org/downloads/ and install it

Install Brew

go to https://brew.sh/ and follow the instructions

Install pip

sudo easy_install pip

Install pyaudio

sudo xcode-select --install
sudo brew remove portaudio
sudo brew install portaudio
sudo pip3 install pyaudio

if you are on mac and incountered some issues related to brew

sudo chown -R <UserName>:<GroupName> *

When you want to use it make sure that you record all the English sounds.. this could help you: https://www.youtube.com/watch?v=KlMDwolcfzU and save them under sounds directory

In Future..

PDF Auto Reading