enableAutoCalibration property
When true, the VAD performs ambient-noise calibration and uses the result as a multiplier on the threshold (see calibration_multiplier in the C ABI). Defaults to false.
Implementation
@$pb.TagNumber(5)
$core.bool get enableAutoCalibration => $_getBF(4);
Implementation
@$pb.TagNumber(5)
set enableAutoCalibration($core.bool value) => $_setBool(4, value);