ambientLevel property
Ambient noise level captured by calibration. (Swift/Kotlin: ambient;
C ABI: rac_vad_statistics_t::ambient_noise_level)
Implementation
@$pb.TagNumber(3)
$core.double get ambientLevel => $_getN(2);
Implementation
@$pb.TagNumber(3)
set ambientLevel($core.double value) => $_setFloat(2, value);