Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yonilevy/automute
A MacOS menu bar app that mutes the sound on headphones disconnect / awake from sleep
https://github.com/yonilevy/automute
Last synced: about 2 months ago
JSON representation
A MacOS menu bar app that mutes the sound on headphones disconnect / awake from sleep
- Host: GitHub
- URL: https://github.com/yonilevy/automute
- Owner: yonilevy
- License: mit
- Created: 2018-12-08T15:59:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T17:21:41.000Z (9 months ago)
- Last Synced: 2024-08-02T15:54:45.280Z (5 months ago)
- Language: Objective-C
- Size: 365 KB
- Stars: 242
- Watchers: 2
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-mac-os-apps - AutoMute - Automatically mute the sound when headphones disconnect / Mac awake from sleep. ![objective_c_icon] (Applications / Audio)
- open-source-mac-os-apps - AutoMute - Automatically mute the sound when headphones disconnect / Mac awake from sleep. ![objective_c_icon] (Applications / Audio)
README
# AutoMute
A MacOS menu bar app that mutes the sound when:
* Headphones get disconnected
* Mac goes to sleep
* Mac gets locked / enters screen saver## Marketing blurb
As long as AutoMute is running, whenever your Mac goes to sleep, gets locked, or a pair of headphones gets disconnected - the sound is automatically muted.Works with bluetooth headphones as well!
This is meant to prevent those embarrassing moments when you're arriving at your perfectly silent office or school, opening up your mac, only to find out your beloved "Best of Shakira" playlist is still playing at full volume from last night...
It will also prevent the classic "walk too far away with your bluetooth headset" scenario, where again your mac will take over the sound and allow your co-workers to bask in your embarrassment.
## Download / Install
Best to just get it from the Mac App Store:[> **AutoMute on Mac App Store** <](https://itunes.apple.com/us/app/automute-preventing-awkward-situations/id1118136179)
Otherwise, simply open the workspace file in Xcode and build "AutoMute", everything *should* work.
## Screenshots
![Screenshot1](https://user-images.githubusercontent.com/31284/49688097-ac653900-fb15-11e8-9c48-3db96df5dcbf.png)
![Screenshot2](https://user-images.githubusercontent.com/31284/49688098-ae2efc80-fb15-11e8-8034-14c67fb69d90.png)## Thankies
[StartAtLoginController](https://github.com/alexzielenski/StartAtLoginController) by Alex Zielenski and Travis Tilley was super helpful!