Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
krishna-k
/
fast-rtc
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
fast-rtc
/
env-my
/
Lib
/
site-packages
/
av
/
audio
/
plane.pxd
krishna-k
Upload folder using huggingface_hub
06555b5
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
142 Bytes
from
av.plane cimport Plane
cdef
class
AudioPlane
(
Plane
):
cdef
readonly
size_t
buffer_size
cdef
size_t
_buffer_size
(
self
)