/ open-webui.git
/ app
/ env
/ lib
/ python3.11
/ site-packages
/ av
/ audio
/ format.pxd
Run
Starting...
Stop
View File
Save
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)
Memory