Skip to content
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

Feature Request: Desktop Notification Support #38

Open
shaugupt opened this issue Jan 11, 2019 · 2 comments
Open

Feature Request: Desktop Notification Support #38

shaugupt opened this issue Jan 11, 2019 · 2 comments

Comments

@shaugupt
Copy link

shaugupt commented Jan 11, 2019

mute-me-v1.2.0

Mac Notification when Mic is Muted or Un-Muted will be a good feature to add.

Example Code: (to give an idea)
set inputVolume to input volume of (get volume settings)
if inputVolume = 0 then
set displayNotification to "Microphone is Muted"
else
set displayNotification to "Microphone is Un-Muted"
end if
display notification displayNotification

@lnikell
Copy link
Member

lnikell commented Apr 16, 2019

@shaugupt We are happy to announce new version of the app which currently we distribute as a separate application https://mutify.app/. Also in that version we have notification at the bottom right corner about status changed mic 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.

@ImBIOS
Copy link

ImBIOS commented Mar 26, 2023

@shaugupt I voluntarily maintain this repository here: https://github.com/ImBIOS/mute-me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants