From da598f71293b5e3279570a628882aec87c9479a1 Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Wed, 29 Feb 2012 20:48:31 +0000 Subject: Disable text to speech in the epub backend Signed-off-by: Gonzalo Odiard 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. --- 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." -- cgit v0.9.1