/ open-webui.git
/ app
/ env
/ lib
/ python3.11
/ site-packages
/ av
/ audio
/ format.pyi
Run
Starting...
Stop
View File
Save
class AudioFormat: name: str bytes: int bits: int is_planar: bool is_packed: bool planar: AudioFormat packed: AudioFormat container_name: str def __init__(self, name: str | AudioFormat) -> None: ...
Memory