View Single Post
Blaizzen's Avatar
Posts: 397 | Thanked: 802 times | Joined on Jan 2010 @ Sydney
#411
I had a look at the additional steps and still can't get a sexy female voice to say anything

I might have done something incorrectly in the first part. I wasn't sure if i chose the correct mbrola file or if I made it executable properly or not, so that could be it.

I guess if you guys want me to change any of the espeak arguments etc, let me know. Its currently structured like this
Code:
arguments << "-v" << ui->cmbeSpeakLang->currentText() << "-a" << QString::number(ui->eSpeakVol->value()) << "\"" + wordSay + "\"";
eg -v en -a 100 "hello world"
 

The Following User Says Thank You to Blaizzen For This Useful Post: