Surbhi123's picture
Upload folder using huggingface_hub
64772a4 verified
raw
history blame contribute delete
264 Bytes
channel_descriptions: dict[str, str]
class AudioLayout:
name: str
layout: int
nb_channels: int
channels: tuple[AudioChannel, ...]
def __init__(self, layout: int | str | AudioLayout): ...
class AudioChannel:
name: str
description: str