SPVPITCH

This structure contains a long value passed into the ISpVoice::Speak method through a <Pitch> XML tag.

typedef struct SPVPITCH{
  long  MiddleAdj;
  long  RangeAdj;
} SPVPITCH;

Members

  • MiddleAdj
    Value passed in with the Middle or AbsMiddle attribute. Supported values are -10 to 10 with a value of 0 being the default pitch. Values outside of this range can be truncated.
  • RangeAdj
    Reserved for future use.

Requirements

OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.

See Also

SAPI Structures

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.