spatialaudio / python-sounddevice

:sound: Play and Record Sound with Python :snake:
https://python-sounddevice.readthedocs.io/
MIT License
980 stars 145 forks source link

Feature request for loopback of output device. #510

Closed HaujetZhao closed 7 months ago

HaujetZhao commented 7 months ago

I know that same kind of issues has been made and got negative answers.

The last one seems to be #287 and is was in 2020.

But I found that in 2022 the WASAPI loopback had been implemented in PortAudio/portaudio#672 , so maybe introducing loopback into sounddevice seems possible now.

mgeier commented 7 months ago

This has indeed been implemented in PortAudio, but there hasn't been a release since. We're waiting for that.

You can compile your own DLL from the development version and use that.

I know that same kind of issues has been made and got negative answers.

AFAIK, this has never got negative answers, we were always waiting for PortAudio.

HaujetZhao commented 7 months ago

but there hasn't been a release since

Oh, sorry, my stereotypes made me think there should have been a few releases of PortAudio since it's been a year from that PR, turned out it hasn't.

HaujetZhao commented 7 months ago

close