lowBoost property
Enable boosting low frequency components. The default is false.
Note: This field is not supported.
Implementation
@$pb.TagNumber(3)
$core.bool get lowBoost => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set lowBoost($core.bool v) { $_setBool(2, v); }