vpp / vpp_env /lib /python3.10 /site-packages /av /audio /codeccontext.pxd
Miosy's picture
Upload folder using huggingface_hub
2143587 verified
from av.audio.frame cimport AudioFrame
from av.audio.resampler cimport AudioResampler
from av.codec.context cimport CodecContext
cdef class AudioCodecContext(CodecContext):
# Hold onto the frames that we will decode until we have a full one.
cdef AudioFrame next_frame
# For encoding.
cdef AudioResampler resampler