MisterAI's picture
download
raw
250 Bytes
from dataclasses import dataclass
class AudioLayout:
name: str
nb_channels: int
channels: tuple[AudioChannel, ...]
def __init__(self, layout: str | AudioLayout): ...
@dataclass
class AudioChannel:
name: str
description: str

Xet Storage Details

Size:
250 Bytes
·
Xet hash:
95f82e8ef0982bd7fc78df692963b082df359f3c8ce430c27a69e0d7063f83f8

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.