mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-09 09:19:09 +02:00
adjusted the rate multiplier
This gets us closer to espeak's top speed, which is 390 wpm.
This commit is contained in:
parent
ebcbcac9d2
commit
02e72bda39
1 changed files with 1 additions and 1 deletions
2
synth.c
2
synth.c
|
|
@ -22,7 +22,7 @@
|
|||
/* multipliers and offsets */
|
||||
const int frequencyMultiplier = 11;
|
||||
const int pitchMultiplier = 11;
|
||||
const int rateMultiplier = 32;
|
||||
const int rateMultiplier = 34;
|
||||
const int rateOffset = 80;
|
||||
const int volumeMultiplier = 11;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue