VADMode
@objc
public enum VADMode : Int
Indicate how likely it is that non-speech will activate the VAD.
-
Most permissive of non-speech; most likely to detect speech.
Declaration
Swift
case HighlyPermissive = 1
-
Allows more non-speech than higher levels.
Declaration
Swift
case Permissive = 2
-
Allows less non-speech than higher levels.
Declaration
Swift
case Restrictive = 3
-
Most restrictive of non-speech; most amount of missed speech.
Declaration
Swift
case HighlyRestrictive = 4