[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ibmtts speech rate
From: |
Gilles Casse |
Subject: |
ibmtts speech rate |
Date: |
Mon, 30 Jun 2008 16:47:16 +0200 |
Hello,
The max possible speed of the ibmtts module is now internally 140
instead of 100 before. This is a minimal change, the previous logic has
been kept.
Examples:
* rate=100
spd-say -r 100 "hello, world"
corresponds to internal ibmtts speed 140.
* default rate (or rate=0)
spd-say "hello, world"
corresponds to the internal average speed (currently set to 50 in
ibmtts.conf).
* rate=-100
spd-say -r -100 "hello, world"
corresponds to internal ibmtts speed 0.
Best regards,
Gilles