pip install audioread python import audioread filename = 'audio.wav' with audioread.audio_open(filename) as f: print(f.channels, f.samplerate, f.duration) for frame in f: print(frame) python import audioread audioread.ffdec.available_decoders = ['ffmpeg', 'gstreamer', 'coreaudio']


上一篇:
下一篇:
切换中文