How to make C# sepak function read albanian.
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.