buffer property
The data buffer of the audio frame. When the audio frame uses a stereo channel, the data buffer is interleaved. The size of the data buffer is as follows: buffer = samples × channels × bytesPerSample.
Implementation
@JsonKey(name: 'buffer', ignore: true)
final Uint8List? buffer;