AudioData constructor
AudioData(
- Float32List buffer,
- SoundFormat format,
- int sampleRate,
- int channels,
Implementation
AudioData(this.buffer, this.format, this.sampleRate, this.channels);