akipta / freedomotic

Automatically exported from code.google.com/p/freedomotic
Other
0 stars 0 forks source link

Implement voice recognition #183

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the aim of the proposed feature?
voice recognition allows users to execute commands by voice.

Describe how you would implement this feature
Use CMU sphinx which is an open source project.
This can use a predefined set of phrases to be recognized or a language model 
which is a topic based vocabulary with pronunciation rules. 

The language model is the best choice. A language model can be created online 
from the project website. It requires in input a list of words and then it 
outputs some files which are the components of the language model

List external resources that can be useful

How much you feel this feature will be useful for the project?

[X] Optional
[ ] Usefull
[ ] Can make the difference
[ ] Necessary

Original issue reported on code.google.com by enrico.n...@gmail.com on 8 Oct 2012 at 9:56

GoogleCodeExporter commented 9 years ago
The plugin is implemented and working. It listen for user input and creates a 
SpeechEvent with the listened string. This is compared with the list of 
commands using the natural language processor. The most similar command is 
executed.

We sill need to define a language model for freedomotic, at this time it 
recognise only 3-4 fixed statements.

Original comment by enrico.n...@gmail.com on 8 Oct 2012 at 9:59

GoogleCodeExporter commented 9 years ago

Original comment by enrico.n...@gmail.com on 28 Oct 2012 at 6:26

GoogleCodeExporter commented 9 years ago

Original comment by virtualc...@gmail.com on 3 Jan 2013 at 9:21