AudioBytesContent constructor

const AudioBytesContent(
  1. Uint8List bytes
)

Creates audio content from raw bytes.

Implementation

const AudioBytesContent(this.bytes);