recordingSampleRate property
Recording sample rate (Hz). The following values are supported:
- 16000
- (Default) 32000
- 44100
- 48000
Note
- If this parameter is set to 44100 or 48000, for better recording effects, Agora recommends recording WAV files or AAC files whose
recordingQuality
isMedium
orHigh
.
Implementation
@JsonKey(includeIfNull: false)
AudioSampleRateType? recordingSampleRate;