Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.02 KB

SpeechSynthetizer.md

File metadata and controls

47 lines (33 loc) · 1.02 KB

Speech Synthetizer

Espeak

hochob@server:~$ sudo apt install espeak tee
  1. Record and Play
hochob@server:~$ espeak --stdout "hello world" | tee -a hbsSoundSsEspeakOutput.wav | aplay -
  1. Record Only
hochob@server:~$ espeak -w hbsSoundSsEspeakOutput.wav "hello world"

Festival

sudo apt-get install festival festival-doc festvox-kdlpc16k festvox-ellpc11k
sudo apt-get install festvox-don festvox-rablpc16k festvox-kallpc16k festvox-kdlpc16k
mkdir ~/HochobServerMediaSource/Sound/SpeechSynthesizer/Festival/

Pico2Wave

sudo apt-get install libttspico0 libttspico-utils libttspico-data
mkdir ~/HochobServerMediaSource/Sound/SpeechSynthesizer/Festival/

Sandbox