Surbhi123's picture
Upload folder using huggingface_hub
64772a4 verified
raw
history blame contribute delete
134 Bytes
from av.plane cimport Plane
cdef class AudioPlane(Plane):
cdef readonly size_t buffer_size
cdef size_t _buffer_size(self)