摘要: 寻找扬声器声音的可录制接口 import sounddevice as sd import wave import os devices=sd.query_devices() print(devices) for i in range(len(devices)): wf=wave.open(f'te 阅读全文
posted @ 2024-12-22 22:16 园糯 阅读(277) 评论(0) 推荐(0)