Expand description
System-audio loopback capture.
Exposes the same crate::audio::capture::CaptureHandle shape as the
mic path so the rest of the pipeline (resampler โ engine) is agnostic.
- macOS: ScreenCaptureKit audio-only capture (see
loopback_macos). - Windows / Linux: not yet wired โ returns an explanatory error so the UI can surface it as a banner.
Functionsยง
- capture_
app - Capture audio produced by a single application, identified by bundle
identifier on macOS or PID on Windows. Returns the same
CaptureHandleshape as the mic and system loopback paths so the rest of the pipeline (resampler โ engine) is agnostic. - capture_
loopback - Capture system audio playing on the output device
name. IfnameisNone, captures the default output.