AudioFrame constructor
- required int sampleRate,
- required int channels,
- required Uint8List data,
- required AudioFormat format,
Implementation
const AudioFrame({
required this.sampleRate,
required this.channels,
required this.data,
required this.format,
});