Show / Hide Table of Contents

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 Source

FrameMillis

Declaration
public int FrameMillis
Field Value
Type Description
System.Int32

Internal frame length. Affects audio caching and VAD energy analysis.

| Improve this Doc View Source

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.

| Improve this Doc View Source

InputSampleRate

Declaration
public int InputSampleRate
Field Value
Type Description
System.Int32

Input sample rate in Hz.

| Improve this Doc View Source

InternalSampleRate

Declaration
public int InternalSampleRate
Field Value
Type Description
System.Int32

Internal Speechly sample rate in Hz. Currently only 16000 Hz is supported.

| Improve this Doc View Source

VADControlsListening

Declaration
public bool VADControlsListening
Field Value
Type Description
System.Boolean

Allows VAD's IsSignalDetected to control SpeechlyClient's Start/Stop.

| Improve this Doc View Source

VADSettings

Declaration
public VADOptions VADSettings
Field Value
Type Description
VADOptions
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX