mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-09 09:19:09 +02:00
adjusted multipliers
I adjusted the pitch and volume multipliers. This should allow us to come closer to the maximum espeak settings.
This commit is contained in:
parent
d7de943a3a
commit
02c88e949a
1 changed files with 2 additions and 2 deletions
|
|
@ -37,10 +37,10 @@ const char *pidPath = "/var/run/espeakup.pid";
|
|||
|
||||
/* multipliers and offsets */
|
||||
const int frequencyMultiplier = 11;
|
||||
const int pitchMultiplier = 10;
|
||||
const int pitchMultiplier = 11;
|
||||
const int rateMultiplier = 32;
|
||||
const int rateOffset = 80;
|
||||
const int volumeMultiplier = 10;
|
||||
const int volumeMultiplier = 11;
|
||||
|
||||
struct synth_t {
|
||||
int frequency;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue