From 98eee8e65292008e127796e0cbc5979dba4fe1a2 Mon Sep 17 00:00:00 2001 From: Yoni Levy Date: Tue, 8 Oct 2019 22:52:03 +0300 Subject: [PATCH] Add AutoMute (#435) --- applications.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 72c80fc..d450ca3 100644 --- a/applications.json +++ b/applications.json @@ -7098,6 +7098,23 @@ "swift" ] }, + { + "short_description": "Automatically mute the sound when headphones disconnect / Mac awake from sleep.", + "categories": [ + "audio" + ], + "repo_url": "https://github.com/yonilevy/automute", + "title": "AutoMute", + "icon_url": "https://raw.githubusercontent.com/yonilevy/automute/master/automute/Assets.xcassets/AppIcon.appiconset/icon256.png", + "screenshots": [ + "https://user-images.githubusercontent.com/31284/49688097-ac653900-fb15-11e8-9c48-3db96df5dcbf.png", + "https://user-images.githubusercontent.com/31284/49688098-ae2efc80-fb15-11e8-8034-14c67fb69d90.png" + ], + "official_site": "https://yoni.ninja/automute", + "languages": [ + "objective_c" + ] + }, { "short_description": "BlackHole is a modern macOS virtual audio driver that allows applications to pass audio to other applications with zero additional latency.", "categories": [ @@ -7124,7 +7141,7 @@ "official_site" : "", "languages" : [ "rust" - ] + ] } ] }