muflone / gespeaker

A text to speech GTK+ front-end for eSpeak and mbrola to play a text in many languages with settings for voice, pitch, volume and speed
https://www.muflone.com/gespeaker/
72 stars 26 forks source link

Fixed bug: Volume control works now for mbrola voices #48

Closed zonksoft closed 11 years ago

zonksoft commented 11 years ago

The Advanced settings/Volume control did not affect the volume of the output sound when used with mbrola voices because the volume parameter was only supplied to espeak (-a flag) and not to mbrola (-v flag).

muflone commented 11 years ago

Thank you for your commit, I wasn't aware of this defect