Voice et bot modif

This commit is contained in:
pi 2026-06-16 17:09:34 +00:00
parent 189d56026b
commit 7333a22bcd
10774 changed files with 634644 additions and 933308 deletions

View file

@ -1,3 +1,5 @@
from types import CapsuleType
from av.plane import Plane
from .frame import VideoFrame
@ -9,3 +11,5 @@ class VideoPlane(Plane):
buffer_size: int
def __init__(self, frame: VideoFrame, index: int) -> None: ...
def __dlpack_device__(self) -> tuple[int, int]: ...
def __dlpack__(self, *, stream: int | None = None) -> CapsuleType: ...