mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-19 22:34:18 +02:00
adjust rate offset and multiplier for espeak 1.45.04
This commit is contained in:
parent
2154d1a231
commit
49dcacb2ec
1 changed files with 2 additions and 2 deletions
4
espeak.c
4
espeak.c
|
|
@ -34,8 +34,8 @@ char *defaultVoice = NULL;
|
|||
/* multipliers and offsets */
|
||||
const int frequencyMultiplier = 11;
|
||||
const int pitchMultiplier = 11;
|
||||
const int rateMultiplier = 34;
|
||||
const int rateOffset = 84;
|
||||
const int rateMultiplier = 41;
|
||||
const int rateOffset = 80;
|
||||
const int volumeMultiplier = 22;
|
||||
|
||||
volatile int stop_requested = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue