AudioSpectrumInfo

The audio spectrum data.

public class AudioSpectrumInfo {
  private float[] audioSpectrumData;
  private int dataLength;
}

Attributes

audioSpectrumData

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.

dataLength
The audio spectrum data length is 256.