I'm so confused between the text to speech technologies in Windows. I have a slightly peculiar requirement: I need to output speech from a .net program running in Win 7 using System.Speech assembly. I want a good, robotic sounding voice that doesn't have as strong a US accent as Microsoft Anna.
Which 3rd party voices will work with the .net api? Does anyone know of a good British (but not too British) voice, preferably free or cheap?
System.Speech.SpeechSynthesizer
class and I found this question entirely relevant to the topic of programming. +1 – Autochthon