You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
Hey there,
First thanks so much for this library, it works really well so far. I have recently encountered a behavior, which seems to be more general macOS behavior rather than this lib, however, I would like to ask for guidance.
Problem: I cannot mute certain types/brands of microphones.
It works very well for some mics (e.g. MacBook Pro, AirPods, Marshal headphones, etc.), however, it fails to mute for a mic RHODE NT-USB Mini.
When I run the code, it simply fails for this type of mic.
The only difference I spotted is, that this device appears as 1 item, having 1 in and 1 out. E.g. when you open "Audio MIDI setup", the native mac app. The other aforementioned devices (those that work well) appear as 2 items, 1 for input (mic) and the other for output (e.g. speakers).
Any idea why is that? Is there some trick or hack how to make any input device muted? I tried to lower the volume to 0, but the mic still listens to some extent, so that is not away.
Thanks in advance,
Cheers,
Tom
The text was updated successfully, but these errors were encountered:
Hey Ryan, thanks for the reply. I'd like to be able to mute any type of microphone on a system level so other apps (e.g. Zoom), can't use it to stream the voice. It just works pretty well for some types as mentioned above. But for the specific one, I could not find if it is a macOS bug or it is not supported for some reason (which I would not understand why). What do you think? Would there be a way how to achieve that?
@tomaskupka This is rather common. Many devices don't support setting even the most common properties such as mute or volume. One way to confirm this is by launching Audio MIDI Setup (included with macOS) and check if your device supports muting or changing volume. If the UI controls for mute or volume are disabled, then that means the device does not support changing these properties via Core Audio.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey there,
First thanks so much for this library, it works really well so far. I have recently encountered a behavior, which seems to be more general macOS behavior rather than this lib, however, I would like to ask for guidance.
Problem: I cannot mute certain types/brands of microphones.
It works very well for some mics (e.g. MacBook Pro, AirPods, Marshal headphones, etc.), however, it fails to mute for a mic RHODE NT-USB Mini.
When I run the code, it simply fails for this type of mic.
The only difference I spotted is, that this device appears as 1 item, having 1 in and 1 out. E.g. when you open "Audio MIDI setup", the native mac app. The other aforementioned devices (those that work well) appear as 2 items, 1 for input (mic) and the other for output (e.g. speakers).
Any idea why is that? Is there some trick or hack how to make any input device muted? I tried to lower the volume to 0, but the mic still listens to some extent, so that is not away.
Thanks in advance,
Cheers,
Tom
The text was updated successfully, but these errors were encountered: