Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/face.py
diff options
context:
space:
mode:
Diffstat (limited to 'face.py')
-rw-r--r--face.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/face.py b/face.py
index a3b5d7b..fb991bb 100644
--- a/face.py
+++ b/face.py
@@ -44,8 +44,9 @@ FACE_PAD = 2
class Status:
def __init__(self):
self.voice = voice.defaultVoice()
- self.pitch = espeak.PITCH_DEFAULT
- self.rate = espeak.RATE_DEFAULT
+ self.pitch = espeak.PITCH_MAX / 2
+ self.rate = espeak.RATE_MAX / 2
+
self.eyes = [eye.Eye] * 2
self.mouth = mouth.Mouth