Axel Gillert
2007-04-13 10:38:03 UTC
Hi!
i want to try some of the c# examples of the MSDN for Speech Synthesis under
Vista and VS2005.
I always get the error message that an assembly is missing.
Do i need a special SDK?
My Code is:
using System;
using System.Speech.Synthesis;
namespace TTS_Console_Sample_1
{
class Program
{
static void Main(string[] args)
{
SpeechSynthesizer synth = new SpeechSynthesizer();
synth.SpeakText("Hello, world!");
}
}
}
best regards
Axel
i want to try some of the c# examples of the MSDN for Speech Synthesis under
Vista and VS2005.
I always get the error message that an assembly is missing.
Do i need a special SDK?
My Code is:
using System;
using System.Speech.Synthesis;
namespace TTS_Console_Sample_1
{
class Program
{
static void Main(string[] args)
{
SpeechSynthesizer synth = new SpeechSynthesizer();
synth.SpeakText("Hello, world!");
}
}
}
best regards
Axel