voicePitch property
本地用户的人声音调(Hz)。取值范围为 0.0,4000.0。 voicePitch 无法报告远端用户的人声音调。对于远端用户, voicePitch 的值始终为 0.0。
Implementation
@JsonKey(name: 'voicePitch')
final double? voicePitch;
本地用户的人声音调(Hz)。取值范围为 0.0,4000.0。 voicePitch 无法报告远端用户的人声音调。对于远端用户, voicePitch 的值始终为 0.0。
@JsonKey(name: 'voicePitch')
final double? voicePitch;