BZVADDefaultCustomParams Constants Reference
| Declared in | BZMediaParams.h |
BZVADDefaultCustomParams
This constant enumerator defines the Voice Activity Detector Default Custom (VAD_DEFAULTCUSTOM) parameter values.
Definition
typedef NS_ENUM(NSInteger, BZVADDefaultCustomParams ) {
VAD_DEFAULTCUSTOM_MinSpeechToDetectMs = 200,
VAD_DEFAULTCUSTOM_MinSilenceToDetectMs = 500,
VAD_DEFAULTCUSTOM_LocalThreshold = 82,
VAD_DEFAULTCUSTOM_GlobalThreshold = 285,
};
Constants
VAD_DEFAULTCUSTOM_MinSpeechToDetectMs-
This constant specifies the default minimum duration in milliseconds of speech energy for the Voice Activity Detector to declare that speech is detected.
Declared In
BZMediaParams.h. VAD_DEFAULTCUSTOM_MinSilenceToDetectMs-
This constant specifies the default minimum duration in milliseconds of silence for the Voice Activity Detector to declare that silence is detected.
Declared In
BZMediaParams.h. VAD_DEFAULTCUSTOM_LocalThreshold-
This constant specifies the local threshold for Voice Activity Detector.
Declared In
BZMediaParams.h. VAD_DEFAULTCUSTOM_GlobalThreshold-
This constant specifies the global threshold for Voice Activity Detector.
Declared In
BZMediaParams.h.
Declared In
BZMediaParams.h