mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-12 10:37:56 -04:00
mac-capture: Add another virtual output loopback device
Adds "GroundControl" fake output device for audio loopback on macOS.
This commit is contained in:
@@ -14,7 +14,8 @@ static inline bool device_is_input(char *device)
|
||||
astrstri(device, "soundsiphon") == NULL &&
|
||||
astrstri(device, "ishowu") == NULL &&
|
||||
astrstri(device, "blackhole") == NULL &&
|
||||
astrstri(device, "loopback") == NULL;
|
||||
astrstri(device, "loopback") == NULL &&
|
||||
astrstri(device, "groundcontrol") == NULL;
|
||||
}
|
||||
|
||||
static inline bool enum_success(OSStatus stat, const char *msg)
|
||||
|
||||
Reference in New Issue
Block a user