Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-02-29 20:48:31 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-02-29 20:48:31 (GMT)
commitda598f71293b5e3279570a628882aec87c9479a1 (patch)
tree2396f09c0953bfd91f58a574558e49824c40fc75
parent43ef8c02eacdebd1d7e9442346bcf37e323d35d7 (diff)
Disable text to speech in the epub backend
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> The processing to prepare the pages to do text to speech have a big performance cost. Now is disabled and will see how enable it in the master branch.
-rw-r--r--epubadapter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/epubadapter.py b/epubadapter.py
index 8def465..0c6ec22 100644
--- a/epubadapter.py
+++ b/epubadapter.py
@@ -58,7 +58,7 @@ class EpubViewer(epubview.EpubView):
return False
def can_do_text_to_speech(self):
- return True
+ return False
def get_marked_words(self):
"Adds a mark between each word of text."