Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/speech_gst.py
Commit message (Collapse)AuthorAgeFilesLines
* Pep8 fixesGonzalo Odiard2013-09-051-1/+1
|
* Re-enable tts in text backend now Gst bindings are working - SL #3349Gonzalo Odiard2013-04-101-36/+29
| | | | | | | | The code is copied from Write activity, (should be good have this solved in the toolkit). The togglebutton api to change the icon name is fixed too. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add a stop button to the speech toolbarGonzalo Odiard2012-03-071-1/+16
| | | | | | This is needed to restart reading from the start of the page. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Port Gst speech code to introspection bindingsGonzalo Odiard2012-03-021-15/+20
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Initial implementation of text to speech in epub backendGonzalo Odiard2011-02-241-1/+5
| | | | No highlight of spoken word yet.
* Add text to speech capability to text backendGonzalo Odiard2011-02-211-0/+87
Too much code stolen from Read EText activity