Suppport ScreenCaptureKit loopback
thewh1teagle opened this issue · 5 comments
In recent versions of macOS
there's new API called screen capture kit which provides a way to capture the screen content (Audio / Video),
That way we can receive audio from the speakers, similar how cpal
does that with WSAPI on Windows (Added in #251)
As starting point we can follow the approach used in the project scap in engine/mac/mod.rs they capture audio / video using screen capture kit
+1
+1
Hello, I'm interested in this issue. But it seems that ScreenCaptureKit
works differently. ScreenCaptureKit
capture audio through Display
/Windows
/Application
instead of the Device
, I don't know how to make it fit the crate.
Maybe, you can add a virtual device called loopback, which use screencapturekit, the others keep no change
+1