Surbhi123's picture
Upload folder using huggingface_hub
64772a4 verified
raw
history blame contribute delete
203 Bytes
cimport libav as lib
cdef class AudioFormat:
cdef lib.AVSampleFormat sample_fmt
cdef _init(self, lib.AVSampleFormat sample_fmt)
cdef AudioFormat get_audio_format(lib.AVSampleFormat format)