audioSpectrumData property

  1. @JsonKey(name: 'audioSpectrumData')
List<double>? audioSpectrumData
final

The audio spectrum data. Agora divides the audio frequency into 256 frequency domains, and reports the energy value of each frequency domain through this parameter. The value range of each energy type is -300, 1 and the unit is dBFS.

Implementation

@JsonKey(name: 'audioSpectrumData')
final List<double>? audioSpectrumData;