Values.AudioBlockSourceAn audio content block that contains audio data in various supported formats.
type nonrec t = {format : AudioFormat.t;The format of the audio data, such as MP3, WAV, FLAC, or other supported audio formats.
*)source : AudioSource.t;The source of the audio data, which can be provided as raw bytes or an S3 location.
*)error : ErrorBlock.t option;Error information if the audio block could not be processed or contains invalid data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Blob of AudioSourceBytesBlob.t
| `String of String_.t
| `Structure of (string * [> `String of S3Uri.t ]) list ])
list ])
list ]