Speech recognition dll for asp.net and c#.net

Discussion in 'C#' started by pugal, Jun 25, 2010.

  1. pugal

    pugal New Member

    Joined:
    Jun 25, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hi,
    Speech to text conversion tool for asp.net and c#.net and i want sample code for that processing. anybody help to me......
     
  2. blackrubybarb

    blackrubybarb New Member

    Joined:
    Oct 28, 2010
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    .NET Developer
    Location:
    Sri Lanka
    do you mean text to speech ? then you can
    use System.Speech.Synthesis.SpeechSynthesizer class
    ex:-

    System.Speech.Synthesis.SpeechSynthesizer spk = new System.Speech.Synthesis.SpeechSynthesizer();
    spk.Speak("Hello");
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice