Instructions:
-
Install the dependencies given below.
-
Run $python pico2waveTexttoSpeech.py <sentence / file-with-full-path> to use the text to speech tool.
Dependencies - svox-pico2wave,python,aplay
Install svox-pico2wave.
- sudo apt-get install libttspico0 libttspico-utils libttspico-data
Install python.(Normally pre-installed in Ubuntu)
- sudo apt-get install python
Install aplay.(Normally pre-installed in Ubuntu for sound)
- sudo apt-get install alsa-utils