To use the windows speech system install the "Speech SDK 5.1 for Windows? applications" from the Microsoft homepage (free download).
Then you can do Text2Speech like this:
$voice = new COM("SAPI.SpVoice");
$voice->Speak("Hello, lets have a conversation");