0

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?

Jcb Rb
  • 61
  • 7
  • 1
    Does this answer your question? [Record speakers output with PyAudio](https://stackoverflow.com/questions/26573556/record-speakers-output-with-pyaudio) – Russ J Apr 20 '21 at 01:43
  • Russ J, unfortunately no. I'm using SoundDevice, not PyAudio. It isn't clear how I would adapt the code in that example for Sounddevice. – Jcb Rb Apr 20 '21 at 02:47

0 Answers0