mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-21 07:14:18 +02:00
turn off espeak's default processing of uppercase letters
This needs to be turned off since speakup processes upper case by raising the pitch.
This commit is contained in:
parent
a1510b5e93
commit
e7d300a183
1 changed files with 1 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ int main(int argc, char **argv)
|
|||
set_pitch(&s, defaultPitch, ADJ_SET);
|
||||
set_rate(&s, defaultRate, ADJ_SET);
|
||||
set_volume(&s, defaultVolume, ADJ_SET);
|
||||
espeak_SetParameter(espeakCAPITALS, 0, 0);
|
||||
|
||||
/* register signal handler */
|
||||
signal(SIGINT, espeakup_sighandler);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue