Ok ho installato Speech SDK 5.1, e sono riuscito a far parlare il mio computer...
using System.Speech;
using System.Speech.Recognition;
using System.Speech.Synthesis;
...
SpeechSynthesizer synt = new SpeechSynthesizer();
synt.Speak("Hello world");
Soltanto che il mio programma per ora, ha una pronuncia inglese... come faccio a impostare quella italiana?