miniaudio icon indicating copy to clipboard operation
miniaudio copied to clipboard

Ability to capture audio from desktop capture on Web Audio backend

Open vurpo opened this issue 10 months ago • 1 comments

Currently, miniaudio uses getUserMedia() to capture audio from audio input devices (usually microphones) in the browser. In the browser, it's also possible to use getDisplayMedia() to do desktop capture and get audio from audio output devices (kind of like a desktop loopback device).

The ability to choose between these two when running on the web platform would be very useful for my purposes.

vurpo avatar Mar 18 '25 03:03 vurpo

Let me sit on this. I'm not massively enthusiastic about it, but at the same time it sounds like it would map relatively well to ma_device_type_loopback so I don't want to prematurely dismiss it. Will consider this. No time frame.

mackron avatar Mar 18 '25 21:03 mackron