wasapi-rs icon indicating copy to clipboard operation
wasapi-rs copied to clipboard

Application Specific Audio Loopback

Open JohnMitchell04 opened this issue 1 year ago • 1 comments

Hi, thanks to the maintainers of this crate, it was a great help for me in developing a recent side project.

I was wondering if there was any plans to add application specific audio loopback and capture as demonstrated in this Win32 classic sample. The sample states functionality is limited to Windows 10 version 20348 or later, however OBS uses it from Windows 10 version 2004 or later.

I would be happy to create and work on a pull request to contribute the necessary code, however I just wanted to check if there was any desire beforehand.

JohnMitchell04 avatar Apr 16 '24 17:04 JohnMitchell04

Hi, I was not aware of this functionality (I have not needed it), so no plans. I would be happy to accept a PR for adding support for it. Looking at the example, it seems like the initialisation is very different, but once you have the AudioClient things work the same as normal capture. Correct? A PR should ideally include a simple example.

HEnquist avatar Apr 16 '24 20:04 HEnquist

Included in the just released v0.15

HEnquist avatar Jun 17 '24 21:06 HEnquist