Table of Contents

Property EnableVoiceActivityDetection

Namespace
LMKit.Speech
Assembly
LM-Kit.NET.dll

EnableVoiceActivityDetection

Gets or sets whether voice activity detection is enabled. When true, only the detected speech portions of the audio are processed—which can reduce processing time and improve speed. All VAD-specific behavior is governed by VadSettings. Defaults to true.

public bool EnableVoiceActivityDetection { get; set; }

Property Value

bool