proxy-audio-device icon indicating copy to clipboard operation
proxy-audio-device copied to clipboard

Mutliple Devices

Open SilasNiewierra opened this issue 1 year ago • 4 comments

Hy Brian,

I love your software. Thank you so much!! It really helps a lot. One question, is there any way to have multiple Proxy Devices simultaneously? For example one for an external monitor, and one for an Audio Interface?

Cheers

SilasNiewierra avatar Mar 06 '24 06:03 SilasNiewierra

Little Extra Question: Is it possible to switch the proxied device with a shortcut (maybe in combination with Karabiner)?

SilasNiewierra avatar Mar 07 '24 13:03 SilasNiewierra

I'm also would like to switch between output devices. Does it have cli interface?

thewh1teagle avatar Aug 04 '24 20:08 thewh1teagle

Turns out it's already supported.

@briankendall Since it's already have user inferface - do you plan create pkg or dmg for installation without homebrew?

Amazing app! thanks a lot.

thewh1teagle avatar Aug 04 '24 20:08 thewh1teagle

I don't have current plans to make a pkg, though I think that's a great idea and would definitely welcome someone making a pull request that implements it.

There is currently no command line interface. It wouldn't be too hard for someone with some programming skills and the motivation to hack together a CLI if they wanted (and again I welcome pull requests). The methods setCurrentProcessAsConfigurator and outputDeviceSelected of WindowDelegate.mm are the two most important ones that demonstrate how to do it.

As for proxying multiple devices, that's not something I'm planning on implementing, since this is meant to be a simple tool. I can heartily recommend the paid app Loopback by Rogue Amoeba though, as it's a very powerful tool for connecting all sorts of virtual and physical audio devices together in a myriad of ways.

briankendall avatar Aug 06 '24 17:08 briankendall