bastibe/PySoundCard

Loopback possible?

Closed this issue · 2 comments

This is not really an issue, just a quick question.
Is it possible to capture the current output stream? By which I mean creating a loopback.
So the stream would look like: main audio output > pysoundcard input > pysoundcard output > speaker output.

As far as I know, this is not currently possible with portaudio (the C library we are based on).

I believe that something like JACK should be able to do that though, so you might want to check that out.

Alright, thanks for the reply!