sampleRate property
Only 16 kHz is accepted: the engine does not resample, and any other rate fails with RAC_ERROR_AUDIO_FORMAT_NOT_SUPPORTED.
Implementation
@$pb.TagNumber(1)
$core.int get sampleRate => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set sampleRate($core.int value) => $_setSignedInt32(0, value);