voicePitch property

  1. @JsonKey.new(name: 'voicePitch')
double? voicePitch
final

本地用户的人声音调(Hz)。取值范围为 0.0,4000.0。 voicePitch 无法报告远端用户的人声音调。对于远端用户, voicePitch 的值始终为 0.0。

Implementation

@JsonKey(name: 'voicePitch')
final double? voicePitch;