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:
William Hubbs 2008-08-31 11:30:01 -05:00
commit ccc9c4aa4e

View file

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