Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/speech.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@sugarlabs.org>2011-02-23 17:31:04 (GMT)
committer Gonzalo Odiard <godiard@sugarlabs.org>2011-02-23 17:31:04 (GMT)
commit6144265d972cc2afd2a633d0afaad8cb643f7ed1 (patch)
treea7c78c75a2d1dadd4d1aa14088acf7eb00062b59 /speech.py
parentfa4d04f9601c2e6f4406279105eaff3e5374348b (diff)
Modify and save/restore speech parameters
Diffstat (limited to 'speech.py')
-rw-r--r--speech.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/speech.py b/speech.py
index a1c1e5f..3197857 100644
--- a/speech.py
+++ b/speech.py
@@ -35,7 +35,7 @@ except Exception, e:
supported = False
_logger.info('disable speech: %s' % e)
-voice = None
+voice = 'default'
pitch = 0
rate = 0