maxSpeakers property

  1. @TagNumber.new(8)
int get maxSpeakers

Speaker-count hint: an upper bound, not an exact count. Unset = auto-detect. An engine that detects more than max_speakers speakers ranks them by total active duration, drops the weakest, and re-densifies the speaker indices. Values above the loaded model's speaker capacity are clamped.

Implementation

@$pb.TagNumber(8)
$core.int get maxSpeakers => $_getIZ(6);
  1. @TagNumber.new(8)
set maxSpeakers (int value)

Implementation

@$pb.TagNumber(8)
set maxSpeakers($core.int value) => $_setSignedInt32(6, value);