Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/speech.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-03-09 02:25:08 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-03-09 02:25:08 (GMT)
commit05899840483e1911b4e90180b3978c159a8cd00f (patch)
tree3efad6c8bc855fae01b97af8b69b9eb66989a6e8 /speech.py
parent5d9a3f972013bb4b163f29cdc305e79b63a1fb30 (diff)
Unify speech interface to simplify adoption of gst
Diffstat (limited to 'speech.py')
-rw-r--r--speech.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/speech.py b/speech.py
index d9b16d1..e7793f4 100644
--- a/speech.py
+++ b/speech.py
@@ -19,7 +19,6 @@ import logging
_logger = logging.getLogger('read-etexts-activity')
supported = True
-done = True
try:
import gst
@@ -38,3 +37,5 @@ voice = None
pitch = PITCH_DEFAULT
rate = RATE_DEFAULT
+highlight_cb = None
+reset_cb = None