SPVPITCH

Microsoft Speech SDK

The Microsoft.com Speech website Microsoft Speech SDK SAPI 5.1

SPVPITCH

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;
MiddleAdj
Value passed in with the Middle or AbsMiddle attributes. Supported values are -10 to 10 with a value of zero being the default pitch. Values outside of this range may be truncated.
RangeAdj
Reserved for future use.