Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Speech synthesis not working.

HexLord
Beginner
470 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