如何使用 python-sounddevice 录制音频输出?

How to record audio output with python-sounddevice?

我正在尝试重新利用记录任意长度麦克风音频以捕获音频输出的示例 https://python-sounddevice.readthedocs.io/en/0.4.1/examples.html#recording-with-arbitrary-duration

我不确定如何正确设置设备以及是否可以使用 python-sounddevice

实际捕获输出声音

进一步研究似乎我需要使用虚拟音频驱动程序来捕获输出,例如 https://github.com/ExistentialAudio/BlackHole 用于 Mac 或可以设置 pulseaudio 在 Ubuntu 上执行此操作然后我可以连接到可以捕获输出然后将其写出的虚拟音频驱动程序