3

I am trying to write a C# application using Windows Phone.make the user give a speech command to open the camera for example,,looking for references that would help. Regards

anything
  • 33
  • 1
  • 6
  • My bad,it's a Windows Phone Application,want to utilize(camera, for example) to make it Open under my Speech Command.Is that possible?;if it is,i want references,Regards. – anything Mar 01 '12 at 21:34
  • Updates:: i found this http://blogs.claritycon.com/kevinmarshall/2010/05/12/windows-phone-7-prototype-001-speech-recognition-on-wp7/ ,,now, i need to know if i can convert the result to command line make the Camera Open,,Regards. – anything Mar 04 '12 at 23:51

2 Answers2

1

To get started with .NET speech, there is a very good article that was published a few years ago at http://msdn.microsoft.com/en-us/magazine/cc163663.aspx. It is probably the best introductory article I’ve found so far. It is a little out of date, but very helfpul. (The AppendResultKeyValue method was dropped after the beta.)

A good starting point in the official documentation is http://msdn.microsoft.com/en-us/library/hh361625.aspx

There are lots of good posts on StackOverflow. See What is the difference between System.Speech.Recognition and Microsoft.Speech.Recognition? and https://stackoverflow.com/a/4737003/90236 for some starter links.

Community
  • 1
  • 1
Michael Levy
  • 13,097
  • 15
  • 66
  • 100
  • I appreciate your help, actually the introductory article was valuable ;right now, i'm falling deep in the official documentation; if anything happened,i'll let you know. – anything Mar 01 '12 at 21:35