BZAudioTimeoutsDisableParams Constants Reference
| Declared in | BZMediaParams.h |
BZAudioTimeoutsDisableParams
This constant enumerator defines the constants that disable Audio Duration Timeouts (ADT) that control audio recording, audio endpointing and speech recognition.
Definition
typedef NS_ENUM(NSInteger, BZAudioTimeoutsDisableParams ) {
ADT_MaxAudioDurationDisabled = 0,
ADT_MaxSilencePreSpeechDurationDisabled = 0,
ADT_MaxSilencePostSpeechDurationDisabled = 0,
ADT_MaxSpeechDurationDisabled = 0,
};
Constants
ADT_MaxAudioDurationDisabled-
This constant disables the maximum audio duration detection that controls when to stop processing audio.
Declared In
BZMediaParams.h. ADT_MaxSilencePreSpeechDurationDisabled-
This constant disables the detection of maximum silence duration, before start of speech is detected, which controls when to stop processing audio.
Declared In
BZMediaParams.h. ADT_MaxSilencePostSpeechDurationDisabled-
This constant disables the detection of maximum silence duration, after end of speech is detected, which controls when to stop processing audio.
Declared In
BZMediaParams.h. ADT_MaxSpeechDurationDisabled-
This constant disables the maximum speech duration detection that controls when to stop processing audio.
Declared In
BZMediaParams.h.
Declared In
BZMediaParams.h