Declared in STMediaParams_doc.h

Overview

This constant enumerator defines the constants that disable Audio Duration Timeouts (ADT) that control audio recording, audio endpointing and speech recognition.

Tasks

Properties

ADT_MaxAudioDurationDisabled

static let ADT_MaxAudioDurationDisabled: Int32 = 0

Discussion

This constant disables the maximum audio duration detection that controls when to stop processing audio.

Declared In

STMediaParams_doc.h

ADT_MaxSilencePostSpeechDurationDisabled

static let ADT_MaxSilencePostSpeechDurationDisabled: Int32 = 0

Discussion

This constant disables the detection of maximum silence duration, after end of speech is detected, which controls when to stop processing audio.

Declared In

STMediaParams_doc.h

ADT_MaxSilencePreSpeechDurationDisabled

static let ADT_MaxSilencePreSpeechDurationDisabled: Int32 = 0

Discussion

This constant disables the detection of maximum silence duration, before start of speech is detected, which controls when to stop processing audio.

Declared In

STMediaParams_doc.h

ADT_MaxSpeechDurationDisabled

static let ADT_MaxSpeechDurationDisabled: Int32 = 0

Discussion

This constant disables the maximum speech duration detection that controls when to stop processing audio.

Declared In

STMediaParams_doc.h