Converts this input data to JSON-compatible values.
@override Map<String, Object?> toJson() => { 'type': 'audio', 'blob': base64Encode(bytes), };