18
edits
Rohandalvi (talk | contribs) No edit summary |
Rohandalvi (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<h1>Speech Recognition API</h1><br /> | <h1>Speech Recognition API</h1><br /> | ||
<h1> Introduction</h1><br /> | <h1> Introduction</h1><br /> | ||
<p> This project is an extension of the GSoC Speech project. This project offers support to voice commands inside the firefox browser and has lead to an extension in SpeechRecognition API as well as text-to-speech API. | <p> This project is an extension of the GSoC Speech project. This project offers support to voice commands inside the firefox browser and has lead to an extension in SpeechRecognition API as well as text-to-speech API.</p> | ||
<br /> | <br /> | ||
<h1> Initial contributors:</h1> | <h1> Initial contributors:</h1> | ||
| Line 10: | Line 10: | ||
<h1> Technical Stuff </h1><br /> | <h1> Technical Stuff </h1><br /> | ||
<p> | <h2>nsSpeechRequest</h2> | ||
<p>< | <p>Related text here</p> | ||
<h2>endpointer</h2> | |||
<p>Related text here</p> | |||
<h2>browser.js</h2> | |||
<p>Related text here</p> | |||
<h2>browser.xul</h2> | |||
<p>Related text here</p> | |||
<h2> Bugs solved:</h2><br /> | |||
<p> Mention all bugs solved in the form of a list </p> | <p> Mention all bugs solved in the form of a list </p> | ||
<h1> Important Deadlines </h1><br /> | <h1> Important Deadlines </h1><br /> | ||
< | <ul> | ||
<li>28<sup>th</sup> November - 4<sup>th</sup> December - SpeechRequest + endpointer code compiled.</li> | |||
<li>5<sup>th</sup> December - 11<sup>th</sup> December - Fixes to microphone handling on linux, some other small fixes, getting familiar with the code.</li> | |||
<li>12<sup>th</sup> December - 18<sup>th</sup> December - continue some small fixes ( for example simplify thread handling ).</li> | |||
<li>19<sup>th</sup> December - 25<sup>th</sup> December - Christmas etc, not much progress, but continue with fixing SpeechRequest API, adding possibly some new features.</li> | |||
<li>26<sup>th</sup> December - 1<sup>st</sup> January - Holiday Season, not much progress, but continue with SpeechRequest Implementation.</li> | |||
<li>2<sup>nd</sup> January - 8<sup>th</sup> January - Get TTS working.</li> | |||
<li>9<sup>th</sup> January - 15<sup>th</sup> January - Enhancements to the TTS Implementation.</li> | |||
<li>16<sup>th</sup> January - 22<sup>nd</sup> January - First speech commands: for example <tt>browser go back</tt> & <tt>go forward</tt> etc.</li> | |||
<li>23<sup>rd</sup> January - 29<sup>th</sup> January - More speech commands, maybe <tt>read entire text</tt></li> | |||
<h1> Demos & Examples</h1> | <h1> Demos & Examples</h1> | ||
edits