Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我相信我研究过的很多库都需要加载音频文件。这可能与实时录制的音频有关吗?如果是这样,我应该使用什么库?
根据我谷歌“python音频处理”时的第一个结果
您可以使用 PyAudio 进行实时音频输入/输出。PyAudio 是 PortAudio 的包装器,并以一种不错的 Pythonic 方式提供跨平台音频录制/播放