-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not muting all mics consistently #32
Comments
Hi @webOS101
The process how mute me works is that we listen to new connected devices and if you were on mute during connection of a new device we put on mute the new device as well. We always put on mute the device which becomes a new default input in the system. |
Using Google Hangouts in Chrome Is there a technical issue that would prevent muting all mics when the mute is activated? |
We will think about it next week, potentially we could. Thank you for your reply. |
The issue is fixed in the new version of the app which currently we distribute as a separate application https://mutify.app/. We now mute all possible microphones and keep them in sync with a mute status. You can try it for free with 7-days trial and get 50% discount with promo code: MUTEME However, the existing opensource version will stay forever free. |
@webOS101 I voluntarily maintain this repository here: https://github.com/ImBIOS/mute-me |
This touches on some of the other open tickets. I am using the release candidate for 2.0.
I have an app set up to use the non-default mic. It seemed that 2.0.0 was working correctly but today I had a conference call and I connected my bluetooth headset (for output, not input). After doing so, even though I was showing as muted, my built-in mic was actually sending out everything I said to the conference call.
As a colleague said, an app like Mute Me has to work 100% of the time or it's useless.
Is this something that is possible to address?
The text was updated successfully, but these errors were encountered: