sampleRate property

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

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

Implementation

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