How can I add another voice into .NET Speech? I'd like to use Czech voice. I've found some *.sis
files Eliska22k.sis
but I don't know how to use it.
SpeechSynthesizer synth = new SpeechSynthesizer();
foreach (var voice in synth.GetInstalledVoices())
Console.WriteLine(voice.VoiceInfo.Name);
Gives me only Microsoft Anna
.