mac-capture: Add another virtual output loopback device
Adds "GroundControl" fake output device for audio loopback on macOS.
This commit is contained in:
parent
7b2b723270
commit
ec0bf68e4a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user