sampleRate property

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

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);
  1. @TagNumber.new(8)
set sampleRate (int value)

Implementation

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