Voice Recognition Application
 The application can able to
  recognize command in the form
  of Voice
 The aim of the project is to
  activate programs on your
  desktop or panel by voice
 Creating Voice Recognition
  Application using ASP.net as
  platform.
 And using C# as a backhand
  language to perform
  operations.
 Microsoft Visual Studio2010
 C# as backend coding Language

 Framework Used is .NET Frame
  Work 3.5
   using System.Diagnostics;
   using
    System.Text.RegularExpressions;
   using System.Speech.Synthesis;
   using System.Speech.Recognition;
Project
Project
Project

Project

  • 1.
  • 2.
     The applicationcan able to recognize command in the form of Voice  The aim of the project is to activate programs on your desktop or panel by voice
  • 3.
     Creating VoiceRecognition Application using ASP.net as platform.  And using C# as a backhand language to perform operations.
  • 4.
     Microsoft VisualStudio2010  C# as backend coding Language  Framework Used is .NET Frame Work 3.5
  • 6.
    using System.Diagnostics;  using System.Text.RegularExpressions;  using System.Speech.Synthesis;  using System.Speech.Recognition;