locked
TEXT TO SPEECH RRS feed

  • Question

  • Hello all...

    i am devolping text to speech application in C#(windows Form Application).

    In which i need 2 types of voice for speaking Text like

    1.American voice

    2.British voice

    Any idea about how to do this..?

    Thanking you.

     

    Thursday, September 15, 2011 4:29 AM

Answers

All replies

  • Hi pndya,

    Check this:

    http://code.msdn.microsoft.com/Text-to-Speech-Converter-0ed77dd5

     


    Regards, http://shwetamannjain.blogspot.com
    Thursday, September 15, 2011 4:32 AM
  • Thank you  shweta for quick reply.

    but the above link does not provide idea on setting voice like american/british.

    Any idea about this..?

    please provide useful link or code sample for this.

     

    Thursday, September 15, 2011 5:50 AM
    • Marked as answer by xxxyyyzzz1123 Thursday, September 15, 2011 9:24 AM
    Thursday, September 15, 2011 7:37 AM
  • Hi Pndya,

    How Sachin's post resolve your issue. I didn't find American/British accent for text?


    Regards, http://shwetamannjain.blogspot.com
    Thursday, September 15, 2011 9:36 AM

  • Hi Shweta Jain i have downloaded this project and train it.. but it is not work..

    When I Rebuild =========No error. But when i Start Debugging

    with "hello" in the textbox. Here is error occur when i click Speak button

       It say " Obj is NULL" at line  reader.SpeakAsync(textBox1.Text);

    but we are define by a public object that is 

    reader = new SpeechSynthesizer(); 

    I tested it in many  different PC but have encounted the same proplem with many sample of text-to-speech C#..

    Thanks for watching ! I'm waiting for your reply !



    Tuesday, March 4, 2014 9:03 AM