CFStringRef aString = CFStringCreateWithCString ( NULL, SpManStr, kCFStringEncodingASCII ); // CFStringRef aString = CFSTR(prosoStr); SpeechChannel speechchannel; NewSpeechChannel( NULL, &speechchannel ); SetSpeechProperty(speechchannel,kSpeechInputModeProperty,kSpeechModePhoneme); SpeakCFString(speechchannel, aString, NULL); //printf("%d\n", NewSpeechChannel( NULL, &speechchannel ) ); //printf("%d\n", SpeechManagerVersion() );