krishna-k's picture
Upload folder using huggingface_hub
06555b5 verified
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)