MisterAI's picture
download
raw
542 Bytes
from av.filter.graph import Graph
from .format import AudioFormat
from .frame import AudioFrame
from .layout import AudioLayout
class AudioResampler:
rate: int
frame_size: int
format: AudioFormat
graph: Graph | None
def __init__(
self,
format: str | int | AudioFormat | None = None,
layout: str | int | AudioLayout | None = None,
rate: int | None = None,
frame_size: int | None = None,
) -> None: ...
def resample(self, frame: AudioFrame | None) -> list[AudioFrame]: ...

Xet Storage Details

Size:
542 Bytes
·
Xet hash:
5e398718d0f9b03d2ae0f669b486cb77bc3837dfe939af9498c28822c3975ae9

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