Share via


ISpeechAudio Volume Property (SAPI 5.3)

Microsoft Speech API 5.3

Interface: ISpeechAudio

Volume Property

The Volume property gets and sets the volume (loudness) level.

The volume level is on a linear scale from zero to 10,000.

Syntax

Set: ISpeechAudio.Volume = Long
Get: Long = ISpeechAudio.Volume

Parts

  • ISpeechAudio
    The owning object.
  • Long
    Set: A Long variable that sets the property.
    Get: A Long variable that gets the property.