~ubuntu-branches/ubuntu/oneiric/espeak/oneiric

« back to all changes in this revision

Viewing changes to platforms/windows/windows_sapi/ttsengobj.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2011-05-04 11:25:46 UTC
  • mfrom: (1.1.24 upstream) (5.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110504112546-ykijzihgc7ybgzn2
Tags: 1.45.04-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Add gbp.conf for use with git buildpackage
  - Update the explanation of the -b command-line flag in the espeak manpage

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
 
262
262
        int rate;
263
263
 
264
 
        static int rate_table[21] = {80,110,124,133,142,151,159,168,174,180,187,
265
 
                                    196,208,220,240,270,300,335,369,390,450 };
 
264
        static int rate_table[21] = {80,110,124,135,145,155,165,173,180,187,196,
 
265
                                     208,220,245,270,300,335,370,410,450,500 };
266
266
 
267
267
        rate = new_rate + master_rate;
268
268
        if(rate < -10) rate = -10;