Changes

Jump to navigation Jump to search
2,170 bytes added ,  04:12, 4 April 2010
no edit summary
Line 142: Line 142:  
    
 
    
 
:      A keyboard shortcut like <Alt+S> can also be provided for starting speech recognition. The corresponding hooks for the key shortcut must be made in the Sugar UI source code.
 
:      A keyboard shortcut like <Alt+S> can also be provided for starting speech recognition. The corresponding hooks for the key shortcut must be made in the Sugar UI source code.
 +
 +
:    '''Gnome Voice Control to Sugar Voice Control
 +
 +
:    Gnome Voice Control is a Gnome Desktop Voice Control system which allows to control the entire system by speaking commands.
 +
 +
:    The system consists in an application that will be monitoring the audio input(microphone) and when a significant audio signal has been detected, the software catches, processes and recognizes the signal and then executes the desired action over the Gnome Desktop.
 +
 +
:    For more details please visit: http://live.gnome.org/GnomeVoiceControl
 +
 +
:    Gnome Voice Control uses Pocket Sphinx. The idea is to sugarize it to implement "Sugar Voice Conrol"
 +
 +
    
----   
 
----   
Line 147: Line 159:  
Q.10: '''What is the timeline for development of your project? The Summer of Code work period is 7 weeks long, May 23 - August 10; tell us what you will be working on each week. (As the summer goes on, you and your mentor will adjust your schedule, but it's good to have a plan at the beginning so you have an idea of where you're headed.) Note that you should probably plan to have something "working and 90% done" by the midterm evaluation (July 6-13); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then.
 
Q.10: '''What is the timeline for development of your project? The Summer of Code work period is 7 weeks long, May 23 - August 10; tell us what you will be working on each week. (As the summer goes on, you and your mentor will adjust your schedule, but it's good to have a plan at the beginning so you have an idea of where you're headed.) Note that you should probably plan to have something "working and 90% done" by the midterm evaluation (July 6-13); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then.
   −
:    [TODO]
+
:    '''Tasks Division:
 +
:    As I already mentioned, a lot of features can be implemented around Speech Recognition. I have sub-divided my proposal into  following parts:
 +
 
 +
:    a) My first priority this summer is to enable "Sugar Voice Control". This includes:
 +
 
 +
:    1. Testing Pocket Sphinx on Sugar
 +
:    2. Studying more about Gnome Voice Control.
 +
:    3. Sugarizing the Gnome Voice Control.
 +
:    4. A command line interface that will start speech recognition in the background and will start taking "Speech Commands".
 +
 +
:    b) After the successful implementation of Sugar Voice control, we can then look into providing speech recognized text to unmodified sugar activities. Thus activities like Write can be made to get the required inputs either from Keyboard or through microphone. This includes:
 +
 
 +
:    1.  Providing a Speech recognition button in the sugar frame (for example on Top Right hand side) which when clicked will automatically start recognizing speech in the background. Clicking the same button again will stop the recognition process.
 +
 
 +
:    2.  A key board shortcut like Alt+S for starting speech recognition
 +
 
 +
:    3. Speech recognition control panel for controlling the various parameters.
 +
 
 +
:    c) The last part can be creating an API for providing easy Speech Recognition access to activity developers.
 +
 
 +
:    My aim is to atleast achieve part a) this summer and if time permits I would also like to implement part b). Part c) can be taken care off later.
 +
 
 +
:    I will be presenting a more detailed time line. 
    
----
 
----

Navigation menu