Initialisation du repository de Beta
This commit is contained in:
commit
14985f6dbb
9469 changed files with 1903273 additions and 0 deletions
11
venv/lib/python3.12/site-packages/av/audio/codeccontext.pxd
Normal file
11
venv/lib/python3.12/site-packages/av/audio/codeccontext.pxd
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue