BZVADParams Class Reference
Inherits from | NSObject |
Declared in | BZMediaParams.h |
Tasks
-
m_VADLikelihood
This parameter specifies the voice activity detection likelihood as defined in BZVADLikelihood. Default: BZVADLikelihood:VADL_DEFAULT.
-
m_nVADMinSpeechToDetectMs
This parameter specifies the minimum duration of speech in audio in milliseconds for voice activity detector to transition to speech state. Default: BZVADDefaultCustomParams: VAD_DEFAULTCUSTOM_MinSpeechToDetectMs.
-
m_nVADMinSilenceToDetectMs
This parameter specifies the minimum duration of silence in audio in milliseconds for voice activity detector to transition to silence state. Default: BZVADDefaultCustomParams: VAD_DEFAULTCUSTOM_MinSilenceToDetectMs.
-
m_nVADLocalThreshold
This parameter specifies the local threshold used by voice activity detection to transition between silence and speech states. Default: BZVADDefaultCustomParams: VAD_DEFAULTCUSTOM_LocalThreshold.
-
m_nVADGlobalThreshold
This parameter specifies the global threshold used by voice activity detection to transition between silence and speech states. Default: BZVADDefaultCustomParams: VAD_DEFAULTCUSTOM_GlobalThreshold.
Properties
m_VADLikelihood
@property BZVADLikelihood m_VADLikelihood
Discussion
This parameter specifies the voice activity detection likelihood as defined in BZVADLikelihood. Default: BZVADLikelihood:VADL_DEFAULT.
Declared In
BZMediaParams.h
m_nVADGlobalThreshold
@property int m_nVADGlobalThreshold
Discussion
This parameter specifies the global threshold used by voice activity detection to transition between silence and speech states. Default: BZVADDefaultCustomParams: VAD_DEFAULTCUSTOM_GlobalThreshold.
Declared In
BZMediaParams.h
m_nVADLocalThreshold
@property int m_nVADLocalThreshold
Discussion
This parameter specifies the local threshold used by voice activity detection to transition between silence and speech states. Default: BZVADDefaultCustomParams: VAD_DEFAULTCUSTOM_LocalThreshold.
Declared In
BZMediaParams.h
m_nVADMinSilenceToDetectMs
@property int m_nVADMinSilenceToDetectMs
Discussion
This parameter specifies the minimum duration of silence in audio in milliseconds for voice activity detector to transition to silence state. Default: BZVADDefaultCustomParams: VAD_DEFAULTCUSTOM_MinSilenceToDetectMs.
Declared In
BZMediaParams.h
m_nVADMinSpeechToDetectMs
@property int m_nVADMinSpeechToDetectMs
Discussion
This parameter specifies the minimum duration of speech in audio in milliseconds for voice activity detector to transition to speech state. Default: BZVADDefaultCustomParams: VAD_DEFAULTCUSTOM_MinSpeechToDetectMs.
Declared In
BZMediaParams.h