mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 15:10:21 +00:00
Add AutoMute (#435)
This commit is contained in:
parent
6ab21f8937
commit
98eee8e652
1 changed files with 18 additions and 1 deletions
|
@ -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"
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue