threshold property

  1. @TagNumber.new(1)
double get threshold

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);
  1. @TagNumber.new(1)
set threshold (double value)

Implementation

@$pb.TagNumber(1)
set threshold($core.double value) => $_setFloat(0, value);