Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Speak.activity/face.py
diff options
context:
space:
mode:
Diffstat (limited to 'Speak.activity/face.py')
-rw-r--r--Speak.activity/face.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/Speak.activity/face.py b/Speak.activity/face.py
index 2947ff1..5f2f249 100644
--- a/Speak.activity/face.py
+++ b/Speak.activity/face.py
@@ -39,15 +39,13 @@ import waveform_mouth
logger = logging.getLogger('speak')
-PITCH_MAX = 99
-RATE_MAX = 99
FACE_PAD = 2
class Status:
def __init__(self):
self.voice = voice.defaultVoice()
- self.pitch = PITCH_MAX/2
- self.rate = RATE_MAX/3
+ self.pitch = audio.PITCH_DEFAULT
+ self.rate = audio.RATE_DEFAULT
self.eyes = [eye.Eye] * 2
self.mouth = mouth.Mouth