Class AudioProcessorOptions
Options for Audio Processor and Voice Activity Detection (VAD)
Inheritance
System.Object
AudioProcessorOptions
Namespace: Speechly.Types
Assembly: speechly-dotnet.dll
Syntax
public class AudioProcessorOptions : object
Fields
| Improve this Doc View SourceFrameMillis
Declaration
public int FrameMillis
Field Value
Type | Description |
---|---|
System.Int32 | Internal frame length. Affects audio caching and VAD energy analysis. |
HistoryFrames
Declaration
public int HistoryFrames
Field Value
Type | Description |
---|---|
System.Int32 | Total number of history frames to keep in memory. Will be sent upon a starting a new utterance. |
InputSampleRate
Declaration
public int InputSampleRate
Field Value
Type | Description |
---|---|
System.Int32 | Input sample rate in Hz. |
InternalSampleRate
Declaration
public int InternalSampleRate
Field Value
Type | Description |
---|---|
System.Int32 | Internal Speechly sample rate in Hz. Currently only 16000 Hz is supported. |
VADControlsListening
Declaration
public bool VADControlsListening
Field Value
Type | Description |
---|---|
System.Boolean | Allows VAD's IsSignalDetected to control SpeechlyClient's Start/Stop. |
VADSettings
Declaration
public VADOptions VADSettings
Field Value
Type | Description |
---|---|
VADOptions |