Features/Global Text To Speech: Difference between revisions

Godiard (talk | contribs)
Godiard (talk | contribs)
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
[[Category:Feature Page Incomplete]]
[[Category:FeatureLanded|Global Text To Speech]]
[[Category:Feature|Global Text To Speech]]
</noinclude>
</noinclude>


Line 14: Line 13:
== Current status ==
== Current status ==
* Targeted release: 0.96
* Targeted release: 0.96
* Last updated:  
* Last updated: 13 Feb 2012
* Percentage of completion:
* Percentage of completion: 100%


== Detailed Description ==
== Detailed Description ==
A few activities implement Text to Speech, but Sugar itself has a feature not fully implemented to do text to speech in Sugar.


Most of the code is already done. Currently, if the user select a text in any activity, and press Alt+Shift+S, in shell.log you can see:
The feature add a service to provide text to speech, and a device in the frame to configure pitch and velocity.
A already reserved alt-shift-s key stroke say the selected text in any activity.


1321360323.039468 DEBUG root: _key_pressed_cb: 39 9 <alt><shift>s
The actual implementation does not add any new dependency, and a initial version has been sent to sugar-devel for review.
1321360323.090568 DEBUG root: owner_change_cb
1321360323.090857 DEBUG root: Clipboard.add_object
1321360323.093460 DEBUG root: ClipboardTray: 1 was added
1321360323.094790 DEBUG root: KeyHandler._primary_selection_cb: 'hola'
1321360323.099433 DEBUG root: Asking for target text/rtf.
1321360323.100389 ERROR dbus.proxies: Introspect error on org.laptop.Speech:/org/laptop/Speech: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.laptop.Speech was not provided by any .service files
1321360323.100704 DEBUG dbus.proxies: Executing introspect queue due to error
1321360323.102645 ERROR root: An error occurred with the ESpeak service: DBusException(dbus.String(u'The name org.laptop.Speech was not provided by any .service files'),)


We already have the code to implement text to speech in Read, Memorize and Speak activities.
Thread in sugar-devel: http://lists.sugarlabs.org/archive/sugar-devel/2011-November/034274.html


A device should be implemented in the frame, to enable the user to select pitch and velocity.
== Old information: ==


=== More information: ===
This is information about old intents of implementing this feature. Is a different implementation, then is here only for reference.


http://wiki.laptop.org/go/Speech_Server
http://wiki.laptop.org/go/Speech_Server
Line 63: Line 54:
== Benefit to Sugar ==
== Benefit to Sugar ==


Text to speech is a good feature to kids, when they are learning to read, and to kids with disabilities
Text to speech is a good feature to kids, when they are learning to read, and to kids with disabilities.
 
This feature does not cover the more complex uses of text to speech, like multiple languages and word highlighting.
 
In the future, we can move part of this code to sugar-toolkit to do easier to the activities use TTS and avoid duplicating code.
 
The backend can be changed in the future too, if you see there are better voices for example in Festival. Doing the change in a single place will be easier than modify every activity.


== Scope ==
== Scope ==
Line 75: Line 72:


The UI will be a device in the frame, with the needed controls in the palette.
The UI will be a device in the frame, with the needed controls in the palette.
[[File:Text_to_speech.png]]


== How To Test ==
== How To Test ==