SpeechRecognizer.AudioLevelChanged event
Bing
The AudioLevelChanged event is raised when the user changes the audio level setting of the speech control. Use the SpeechRecognitionAudioLevelChangedEventArgs object associated with this event to get the current volume level.
public event Windows.Foundation.TypedEventHandler<SpeechRecognizer,SpeechRecognitionAudioLevelChangedEventArgs> AudioLevelChanged
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 |
Show: