mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-09 09:19:09 +02:00
modified rate offset
This commit moves the rate offset to 84 instead of 80 so that the highest espeak rate can be reached by setting the speakup rate to the maximum.
This commit is contained in:
parent
96a3b19850
commit
ccc9c4aa4e
1 changed files with 1 additions and 1 deletions
2
synth.c
2
synth.c
|
|
@ -23,7 +23,7 @@
|
|||
const int frequencyMultiplier = 11;
|
||||
const int pitchMultiplier = 11;
|
||||
const int rateMultiplier = 34;
|
||||
const int rateOffset = 80;
|
||||
const int rateOffset = 84;
|
||||
const int volumeMultiplier = 11;
|
||||
|
||||
int SynthCallback(short *wav, int numsamples, espeak_EVENT *events)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue