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

Conflicts with NullAudio AudioServerPlugin #7

Closed gchilds closed 3 years ago

gchilds commented 3 years ago

Because you're using its CFPlugInFactories UUID which is 99A15A8B-DA3C-42C3-BD5D-D035A0C2377A (see Info.plist).

Only one of the two plugins will load.

briankendall commented 3 years ago

Quite right, I've fixed this in 161f8ef.