CapSoftware / scap

High-performance, cross-platform screen capture library in Rust.
https://crates.io/crates/scap
Other
231 stars 44 forks source link

(Windows) Record audio samples alongside video frames #9

Closed clearlysid closed 1 year ago

clearlysid commented 1 year ago

Unlike macOS's ScreenCaptureKit, Windows doesn't capture any audio by default so we need to build that functionality too. This needs to be executed in parallel to the video capture but I am not super familiar with Windows APIs.

clearlysid commented 1 year ago

Closing in favour of #11