Description
crates/app/src/virtual_device.rs only supports Linux (PulseAudio/PipeWire). On Windows and macOS, users must manually install third-party software (VB-Cable, BlackHole).
Suggested Fix
Provide instructions or an automated installer for:
- Windows: VB-Cable or similar loopback driver.
- macOS: BlackHole installation via Homebrew (
brew install blackhole-2ch).
Alternatively, integrate with platform-specific APIs for virtual audio devices.
Description
crates/app/src/virtual_device.rsonly supports Linux (PulseAudio/PipeWire). On Windows and macOS, users must manually install third-party software (VB-Cable, BlackHole).Suggested Fix
Provide instructions or an automated installer for:
brew install blackhole-2ch).Alternatively, integrate with platform-specific APIs for virtual audio devices.