I’m trying to use the speech engine (Mac OS X) to speak to a specific audio device (not necessarily the default one).
With sounds, that’s doable using the CoreAudio classes (using the MBS plugin), but I can’t find how to do that with speech, even the MBS plugin (NSSpeechSynthetizerMBS class) doesn’t seem to provide this.
I’m overlooking something?
The NSSpeechSynthetizerMBS class doesn’t provide a handle to the synthetizer, so declares are helpless.
Christian, would it be possible to supply the handle (or better yet, to allow setting the device to speak to), please?