Markis Mahmves

Markis Mahmves

  • NA
  • 1
  • 1.1k

How to make C# sepak function read albanian.

Dec 5 2013 7:07 AM
Hello everybody.

I am using a C# function for reading the text with voice. I need to make it read International Phonetic Alphabet as it is. Not in English language. I need to make it speak in Albanian. I have changed all characters of Albanian in IPA but when i try to read them with Speak function, it sound  terrible. FInd the code below. Do you have any suggestion how to make it speak Albanian :)

SpVoice voice = new SpVoice();
voice.Speak("xhaxhi eshte njeri i mire", SpeechLib.SpeechVoiceSpeakFlags.SVSFDefault);

xh, sh, nj -  i have replaced with ipa character (http://en.wikipedia.org/wiki/Help:IPA_for_Albanian)

Thnx. Regards.