-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Milestone
Description
Someone recently mentioned needing to capture playback devices to me. They were on Windows under the WASAPI driver, and after looking into it, using the LOOPBACK functionality seemed relatively straightforward. I wrote up first attempt of what this might look like in SDL2 here: playmer@0a8fe2b
Would this break ABI for SDL2? If so I'd be happy to make a PR for the above (I'm sure it'd need some modifications)
Is there appetite for allowing capturing of playback devices on Drivers that can support it? If so I don't mind porting the above to SDL3.