mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-18 22:04:17 +02:00
make espeakup's default rate closer to espeak's default
This commit is contained in:
parent
3b4b6d0cbc
commit
b2bd1d33a8
1 changed files with 1 additions and 1 deletions
2
espeak.c
2
espeak.c
|
|
@ -27,7 +27,7 @@
|
|||
/* default voice settings */
|
||||
const int defaultFrequency = 5;
|
||||
const int defaultPitch = 5;
|
||||
const int defaultRate = 5;
|
||||
const int defaultRate = 2;
|
||||
const int defaultVolume = 5;
|
||||
char *defaultVoice = NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue