sampleRate property
0 (the default) = render at the voice's native rate. Naming any other rate forces a resample and costs quality. TTSOutput.sample_rate always reports the rate actually used.
Implementation
@$pb.TagNumber(8)
$core.int get sampleRate => $_getIZ(6);
Implementation
@$pb.TagNumber(8)
set sampleRate($core.int value) => $_setSignedInt32(6, value);