SpeechRecognitionAudioLevelChangedEventArgs.AudioLevel property

Bing
 

The AudioLevel property returns the current level of the user's speaking volume as detected by the SpeechRecognizer instance.

public double AudioLevel { get; }

Type: System.Double

The audio level user speech.

Example

The following event handler adjusts the opacity of a UI element named VolumeMeter in response to changes in speaking volume.

No code example is currently available or this language may not be supported.

Requirements

Minimum Supported Client

Windows 8

Required Extensions

Bing.Speech

Namespace

Bing.Speech

Show: