I'm trying to port one of my Mac programs to Windows using VC++. I need to be able to output text to speech but can't find any useful info in VC++ on the subject. For example, I can do something on Mac like this:
#include "Speech.h"
SpeakString("Hello World!"
And it will make the computer 'talk' using a synthesized voice.
I want to be able to do same thing in VC++. Does anyone know how it's done and are there any sample code available??
Thanks
#include "Speech.h"
SpeakString("Hello World!"
And it will make the computer 'talk' using a synthesized voice.
I want to be able to do same thing in VC++. Does anyone know how it's done and are there any sample code available??
Thanks