VadParams constructor
VadParams({})
Implementation
VadParams({
this.vadEnable = true,
this.engineType = 'evad',
this.resType = ResType.assets,
this.resPath = 'vad/evad_16k.jet',
this.vadEos = 600,
this.vadBos,
this.cloudVadEos,
this.cloudVadGap,
}) : assert(vadEnable == false || (resPath != null && resType != null));