Share via


Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

Microsoft Speech Platform

SPVLIMITS

SPVLIMITS lists the minimum and maximum values that TTS engines in the Speech Platform are required to support for rate and volume adjustments.

<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>typedef enum SPVLIMITS { SPMIN_VOLUME,</strong> <strong>SPMAX_VOLUME,</strong> <strong>SPMIN_RATE,</strong> <strong>SPMAX_RATE</strong> <strong>} SPVLIMITS</strong>; </pre>

Elements

  • SPMIN_VOLUME
    Value specifying the minimum volume level.
  • SPMAX_VOLUME
    Value specifying the maximum volume level.
  • SPMIN_RATE
    Value specifying the minimum rate level.
  • SPMAX_RATE
    Value specifying the maximum rate level.