Click here to Skip to main content
15,891,607 members
Home / Discussions / C#
   

C#

 
AnswerRe: operate the pc through voice command in c# Pin
Not Active22-Feb-11 2:39
mentorNot Active22-Feb-11 2:39 
AnswerRe: operate the pc through voice command in c# Pin
Keith Barrow22-Feb-11 3:19
professionalKeith Barrow22-Feb-11 3:19 
AnswerRe: operate the pc through voice command in c# Pin
#realJSOP22-Feb-11 3:24
mve#realJSOP22-Feb-11 3:24 
GeneralRe: operate the pc through voice command in c# Pin
aeman22-Feb-11 6:21
aeman22-Feb-11 6:21 
GeneralRe: operate the pc through voice command in c# Pin
Dave Kreskowiak22-Feb-11 7:51
mveDave Kreskowiak22-Feb-11 7:51 
GeneralRe: operate the pc through voice command in c# Pin
Not Active22-Feb-11 15:48
mentorNot Active22-Feb-11 15:48 
AnswerRe: operate the pc through voice command in c# Pin
Eddy Vluggen22-Feb-11 9:37
professionalEddy Vluggen22-Feb-11 9:37 
AnswerRe: operate the pc through voice command in c# Pin
_Maxxx_22-Feb-11 15:31
professional_Maxxx_22-Feb-11 15:31 
Don't listen to all the people saying how hard it is, and how you'll never do it.

The iPhone is a good example of this working - it understands a limited range of commands but does make an attempt at recognising names of bands, albums and artists.

e.g. you can say "Play Beatles" - the "Play" is predefined but (one imagines) the "Beatles" is generically algorithmised. (yes, I made up that word)

I think you are right in your idea - here's how I would think about the approach.

Assuming you are looking at a disc. Collect the names of all the top level folders and files, and process the names to sylabalise them (e.g. encode them into a series of syllables) in a similar way to SoundEx.

Then when a command is issued by the user (say, "Open Fred") you first match the command "Open" which is fixed, then compare the sound "Fred" against all of the folders/files previously encoded. And choose the closest match.

Good luck.

And when you have it developed, commercially released, and are rolling in the money, don't forget to come back here and post an "I told you so" message Smile | :)
___________________________________________
.\\axxx
(That's an 'M')

GeneralRe: operate the pc through voice command in c# Pin
aeman23-Feb-11 6:49
aeman23-Feb-11 6:49 
AnswerRe: operate the pc through voice command in c# Pin
Member 873075321-Apr-12 11:26
Member 873075321-Apr-12 11:26 
QuestionIframe page login not working fine in IE...,But working fine in Mozila browser..., Pin
Member 387988122-Feb-11 1:22
Member 387988122-Feb-11 1:22 
AnswerRe: Iframe page login not working fine in IE...,But working fine in Mozila browser..., Pin
Peter_in_278022-Feb-11 15:54
professionalPeter_in_278022-Feb-11 15:54 
QuestionHow to display Warning Message When Uploading a File.. Pin
Rocky2322-Feb-11 0:18
Rocky2322-Feb-11 0:18 
AnswerRe: How to display Warning Message When Uploading a File.. Pin
Luc Pattyn22-Feb-11 0:32
sitebuilderLuc Pattyn22-Feb-11 0:32 
GeneralRe: How to display Warning Message When Uploading a File.. [modified] Pin
Bernhard Hiller22-Feb-11 20:31
Bernhard Hiller22-Feb-11 20:31 
GeneralRe: How to display Warning Message When Uploading a File.. [Code Updated] Pin
Rocky2322-Feb-11 23:18
Rocky2322-Feb-11 23:18 
QuestionPreventing MDI child form from losing focus Pin
Dewald21-Feb-11 23:24
Dewald21-Feb-11 23:24 
AnswerRe: Preventing MDI child form from losing focus Pin
Mycroft Holmes22-Feb-11 0:07
professionalMycroft Holmes22-Feb-11 0:07 
GeneralRe: Preventing MDI child form from losing focus Pin
Wayne Gaylard22-Feb-11 0:44
professionalWayne Gaylard22-Feb-11 0:44 
GeneralRe: Preventing MDI child form from losing focus Pin
Dewald22-Feb-11 0:51
Dewald22-Feb-11 0:51 
GeneralRe: Preventing MDI child form from losing focus Pin
Mycroft Holmes22-Feb-11 11:00
professionalMycroft Holmes22-Feb-11 11:00 
GeneralRe: Preventing MDI child form from losing focus Pin
Dewald22-Feb-11 19:03
Dewald22-Feb-11 19:03 
GeneralRe: Preventing MDI child form from losing focus Pin
Mycroft Holmes22-Feb-11 19:34
professionalMycroft Holmes22-Feb-11 19:34 
GeneralRe: Preventing MDI child form from losing focus Pin
Dewald22-Feb-11 19:45
Dewald22-Feb-11 19:45 
QuestionGet IP address on a LAN [modified] Pin
Mc_Topaz21-Feb-11 23:14
Mc_Topaz21-Feb-11 23:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.