Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Microsoft Speech Platform
SPVPITCH
SPVPITCH contains a long value passed into an ISpVoice::Speak call using the pitch attribute of a Speech Synthesis Markup Language (SSML) prosody element.
<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>typedef struct SPVPITCH</strong> <strong>{</strong> <strong>long</strong> <em>MiddleAdj</em>; <strong>long</strong> <em>RangeAdj</em>; <strong>} SPVPITCH;</strong> </pre>
- 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.