Click here to Skip to main content
15,916,842 members
Home / Discussions / C#
   

C#

 
GeneralRe: How does the method work ? Pin
Mohammad Dayyan5-Feb-10 10:10
Mohammad Dayyan5-Feb-10 10:10 
AnswerRe: How does the method work ? Pin
Pete O'Hanlon5-Feb-10 10:04
mvePete O'Hanlon5-Feb-10 10:04 
GeneralRe: How does the method work ? Pin
Mohammad Dayyan5-Feb-10 10:09
Mohammad Dayyan5-Feb-10 10:09 
QuestionApplication updates Pin
Jeroen De Dauw5-Feb-10 8:47
Jeroen De Dauw5-Feb-10 8:47 
AnswerRe: Application updates Pin
Giorgi Dalakishvili5-Feb-10 8:57
mentorGiorgi Dalakishvili5-Feb-10 8:57 
QuestionFind network service address Pin
adrya5-Feb-10 4:44
adrya5-Feb-10 4:44 
AnswerRe: Find network service address Pin
Dave Kreskowiak5-Feb-10 7:16
mveDave Kreskowiak5-Feb-10 7:16 
QuestionControl pc by voice command Pin
Basudevkuet5-Feb-10 4:41
Basudevkuet5-Feb-10 4:41 
AnswerRe: Control pc by voice command Pin
OriginalGriff5-Feb-10 4:45
mveOriginalGriff5-Feb-10 4:45 
GeneralRe: Control pc by voice command Pin
Basudevkuet5-Feb-10 5:54
Basudevkuet5-Feb-10 5:54 
GeneralRe: Control pc by voice command Pin
Smithers-Jones5-Feb-10 6:17
Smithers-Jones5-Feb-10 6:17 
AnswerRe: Control pc by voice command Pin
EliottA5-Feb-10 4:50
EliottA5-Feb-10 4:50 
AnswerRe: Control pc by voice command Pin
Keith Barrow5-Feb-10 4:50
professionalKeith Barrow5-Feb-10 4:50 
GeneralRe: Control pc by voice command Pin
Basudevkuet5-Feb-10 6:10
Basudevkuet5-Feb-10 6:10 
GeneralRe: Control pc by voice command Pin
Dave Kreskowiak5-Feb-10 7:14
mveDave Kreskowiak5-Feb-10 7:14 
GeneralRe: Control pc by voice command Pin
Keith Barrow5-Feb-10 10:00
professionalKeith Barrow5-Feb-10 10:00 
Basudevkuet wrote:
it is possible to control the operating system by voice command

Correct, for example the API that Microsoft provides with Vista / Windows 7 that I suggested does this, it is available for you to use in your code.


Basudevkuet wrote:
because one of our senior brother has already done it

Perhaps heHe almost definately used an API.

Now I realise this is a hard concept to grasp, buy as a developer, I assume you'll understand the following:

Possible != Easy.

Practical voice commanding certainly falls under the "fantastically hard" category, which is why people use the 3rd party APIs (like the Microsoft one I suggested). It is also why none of the APIs work perfectly.


Basudevkuet wrote:
if you know please give idea about the process


The process is as follows:

  1. Look at the wikipedia entry on my original post
  2. Google for SAPI 5.3
  3. Research and use SAPI to provide the functrionality you want
  4. If you then have specific problems, come back here and post a question following the guidelines

If you make a decent stab at steps 1-3, you are unlikely to get flamed here at step 4.

Cpianism: I have a negative number in my Rep so please fix it.
Chris Maunder: That isn't a bug.

AnswerRe: Control pc by voice command Pin
#realJSOP5-Feb-10 5:34
professional#realJSOP5-Feb-10 5:34 
GeneralRe: Control pc by voice command Pin
Basudevkuet5-Feb-10 6:14
Basudevkuet5-Feb-10 6:14 
GeneralRe: Control pc by voice command Pin
Smithers-Jones5-Feb-10 6:18
Smithers-Jones5-Feb-10 6:18 
GeneralRe: Control pc by voice command Pin
Wes Aday5-Feb-10 6:22
professionalWes Aday5-Feb-10 6:22 
GeneralRe: Control pc by voice command Pin
#realJSOP5-Feb-10 12:11
professional#realJSOP5-Feb-10 12:11 
GeneralRe: Control pc by voice command Pin
Wes Aday5-Feb-10 12:24
professionalWes Aday5-Feb-10 12:24 
QuestionValidation Ent Lib issue Pin
spankyleo1235-Feb-10 4:33
spankyleo1235-Feb-10 4:33 
AnswerRe: Validation Ent Lib issue Pin
Not Active5-Feb-10 4:53
mentorNot Active5-Feb-10 4:53 
QuestionCapture and replace mouse cursor on the fly Pin
MarkB1235-Feb-10 2:55
MarkB1235-Feb-10 2:55 

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.