andrewrk / libsoundio

C library for cross-platform real-time audio input and output
http://libsound.io/
MIT License
1.92k stars 229 forks source link

WASAPI loopback support? #204

Closed janleskovec closed 4 years ago

janleskovec commented 5 years ago

Just a quick question: Does this library support loopback recording on windows? (more on this: https://docs.microsoft.com/en-us/windows/desktop/coreaudio/loopback-recording) I have some experience on the topic (I helped add this feature to: https://github.com/bastibe/SoundCard). If this feature is not supported I am ready to help add it.

Thank you very much for any response in advance.

s-ol commented 4 years ago

It seems that this is not supported.

open-trade commented 4 years ago

Just a quick question: Does this library support loopback recording on windows? (more on this: https://docs.microsoft.com/en-us/windows/desktop/coreaudio/loopback-recording) I have some experience on the topic (I helped add this feature to: https://github.com/bastibe/SoundCard). If this feature is not supported I am ready to help add it.

Thank you very much for any response in advance.

Have you added it?

janleskovec commented 4 years ago

Yes! I actually ended up adding it myself. You can use it with the include_loopback flag when searching for "microphones".