Software Archive
Read-only legacy content
17061 Discussions

Speech synthesis not working.

HexLord
Beginner
430 Views

Hi,

I am trying out the speech synthesis feature. I imported some code from the synthesis sample : "VoiceOut" and VoiceSynthesis" classes.

I tried to call the "Speak function"  but I keep getting the :"Failed to create module" errror.

here's how I called the "Speak" function:

   string sts = voice_synthesis.cs.VoiceSynthesis.Speak("Voice Synthesis(Nuance* Vocalizer Expressive* )", 1, "Hello", 80, 100, 100);
            if (sts != null) MessageBox.Show(sts);

 

Pls help.

 

Thanks,

Shaleen

 

0 Kudos
0 Replies
Reply