ISpeechRecognizerStateControl.AudioLevelChanged event

 

The AudioLevelChanged event is raised when the ISpeechRecognizerStateControl detects a change in the user's speaking volume. Use the SpeechRecognitionAudioLevelChangedEventArgs object associated with this event to get the current volume level.

Syntax

public event Windows.Foundation.TypedEventHandler<SpeechRecognizer,SpeechRecognitionAudioLevelChangedEventArgs> AudioLevelChanged

Remarks

Requirements

Minimum Supported Client

Windows 8

Required Extensions

Bing.Speech

Namespace

Bing.Speech