Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
AudioLevelUpdatedEventArgs.AudioLevel Property
Gets the new level of audio input after the SpeechRecognitionEngine.AudioLevelUpdated event is raised.
Namespace: Microsoft.Speech.Recognition
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public ReadOnly Property AudioLevel As Integer
Get
'Usage
Dim instance As AudioLevelUpdatedEventArgs
Dim value As Integer
value = instance.AudioLevel
public int AudioLevel { get; }
Property Value
Type: System.Int32
The new level of audio input.
See Also
Reference
AudioLevelUpdatedEventArgs Class
AudioLevelUpdatedEventArgs Members