briankendall / proxy-audio-device

A virtual audio driver for macOS to sends all audio to another output
The Unlicense
514 stars 33 forks source link

Driver not shown in iris mac app #8

Closed cotfas closed 3 years ago

cotfas commented 3 years ago

Driver not shown in iris mac app (v1.4.1) Mac OSX Catalina 10.15.7 (19H15)

briankendall commented 3 years ago

I'm not familiar with Iris, but I'm guessing that it allows selecting an audio device for recording audio while the screen is being recorded.

If so, does it allow selecting input devices or output devices? I ask because the proxy devices is only an output device.

cotfas commented 3 years ago

I think it is selecting from input devices, How I can make proxy app to be in input devices as well?

briankendall commented 3 years ago

The proxy device won't fulfill what you're looking for. What you need is something that bounces all audio from an output device back to an input device. I recommend Blackhole, Soundflower, or Loopback. There are many tutorials online that show how to use these to capture audio while recording your screen.