AudioData constructor

AudioData(
  1. Float32List buffer,
  2. SoundFormat format,
  3. int sampleRate,
  4. int channels,
)

Implementation

AudioData(this.buffer, this.format, this.sampleRate, this.channels);