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-24 20:30:58 (GMT)
committer Gonzalo Odiard <godiard@sugarlabs.org>2011-02-24 20:30:58 (GMT)
commit2123bbd08ca8a9f3852832570b205a5a972a3055 (patch)
tree2019e84561769109385209ee345fc33f7c471cd0 /speech.py
parent9202daa7d92ada1f1536d812b0e1a62af9366192 (diff)
Initial implementation of text to speech in epub backend
No highlight of spoken word yet.
Diffstat (limited to 'speech.py')
-rw-r--r--speech.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/speech.py b/speech.py
index 3197857..d950fbd 100644
--- a/speech.py
+++ b/speech.py
@@ -40,4 +40,5 @@ pitch = 0
rate = 0
highlight_cb = None
+end_text_cb = None
reset_cb = None