threshold property
Per-call energy threshold override. Use 0 (default) to keep the configured threshold. Mirrors rac_vad_input_t::energy_threshold_override (which uses -1 as the sentinel; on the wire we use 0 for proto3 default semantics — generators emit -1 when this is unset).
Implementation
@$pb.TagNumber(1)
$core.double get threshold => $_getN(0);
Implementation
@$pb.TagNumber(1)
set threshold($core.double value) => $_setFloat(0, value);