Python Sounddevice: How to record the system audio? In other words, record whatever is coming through the computer speakers

903 views Asked by At

I'm looking to use Python SoundDevice to record the system audio. In other words, instead of using a microphone to detect sounds, I just want to pull into my sounddevice.InputStream() whatever would normally be coming out of the speakers of my computer.

I've found various techniques to doing this with PyAudio(Here, for example), but I need to use SoundDevice for this. How can I access system audio?

0

There are 0 answers