Table of Contents

Property Settings

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

Settings

Settings that govern detection: energy threshold, minimum speech and silence durations, maximum segment duration, and padding applied around detected speech.

public VadSettings Settings { get; set; }

Property Value

VadSettings

Remarks

Never null: assigning null restores default settings.

Share