briankendall / proxy-audio-device

A virtual audio driver for macOS to sends all audio to another output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Driver not shown in iris mac app

cotfas opened this issue · comments

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

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.

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

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.