You are reading help file online using chmlib.com
|
SPVPITCH contains a long value passed into an ISpVoice::Speak call using a <Pitch> XML tag. See the XML Schema : SAPI white paper for more details.
typedef struct SPVPITCH
{
long MiddleAdj;
long RangeAdj;
} SPVPITCH;
You are reading help file online using chmlib.com
|