I currently have a SAPI voice implemented which works fine. I would like to know how do I handle Pause event in the engine when the application calls ISpVoice->Pause.
As near as I can tell, ISpVoice::Pause
is implemented entirely in the SAPI layer and doesn't make any engine calls.