adjusted the rate multiplier

This gets us closer to espeak's top speed, which is 390 wpm.
This commit is contained in:
William Hubbs 2008-08-30 16:54:10 -05:00
commit 02e72bda39

View file

@ -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;