Constant access to the mic #759
Closed
IvanKatsiia
started this conversation in
General
Replies: 1 comment 1 reply
-
The app doesn't need constant access to the mic, but to work it does need access to its own virtual audio device, which macOS considers a microphone because of the device's input stream / channel. Kyle (and other virtual audio device and app authors) could arrange direct access to their own virtual devices without using a CoreAudio input stream, but it's a lot of work just to get rid of an annoying orange dot and mic access request. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just curious: why does this app need constant access to the mic?
Beta Was this translation helpful? Give feedback.
All reactions