Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dragstor/mac-sound-fix
A simple app made to fix the sound issues that sometimes happen while using an external HDMI monitor on macOS (not tested after Mojave).
https://github.com/dragstor/mac-sound-fix
fix hdmi hdmi-audio macbook macos sound tool
Last synced: 30 days ago
JSON representation
A simple app made to fix the sound issues that sometimes happen while using an external HDMI monitor on macOS (not tested after Mojave).
- Host: GitHub
- URL: https://github.com/dragstor/mac-sound-fix
- Owner: dragstor
- License: gpl-3.0
- Created: 2019-02-23T03:11:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T05:18:12.000Z (over 2 years ago)
- Last Synced: 2024-11-06T07:40:37.994Z (about 1 month ago)
- Topics: fix, hdmi, hdmi-audio, macbook, macos, sound, tool
- Language: Swift
- Homepage: https://stojkovic.dev
- Size: 313 KB
- Stars: 28
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-mac-os-apps - mac-sound-fix - Mac Sound Re-Enabler. ![swift_icon] (Applications / Utilities)
- open-source-mac-os-apps - mac-sound-fix - Mac Sound Re-Enabler. ![swift_icon] (Applications / Utilities)
- awesome-swift-macos-apps - mac-sound-fix - sound-fix?label=" /> - Mac Sound Re-Enabler. (Utilities / Text)
- awesome-swift-macos-apps - mac-sound-fix - Mac Sound Re-Enabler. (Utilities / Text)
README
![Maintenance](https://img.shields.io/maintenance/yes/2019.svg) [![GitHub release](https://img.shields.io/github/release/dragstor/mac-sound-fix.svg)](https://github.com/dragstor/mac-sound-fix/releases/latest) [![GitHub All Releases](https://img.shields.io/github/downloads/dragstor/mac-sound-fix/total.svg)](https://github.com/dragstor/mac-sound-fix/releases) [![Website](https://img.shields.io/website-up-down-green-red/https/stojkovic.dev.svg)](https://stojkovic.dev)
> **Warning**
> Not tested after Mojave!
> PR welcome.# :mute: Mac Sound Re-Enabler :bowing_man:
Simple stupid app used to fix the sound issues (read below) while using an external HDMI monitor on macOS for video only, and perhaps the other sound-related issues. If you find it working for other issues, please report back or create a pull request with them on README.md :)
![Reeeeee](https://i.kym-cdn.com/photos/images/newsfeed/000/952/664/4b6.jpg)
## Sound going mute and not responding to any changes in the System Sound Preferences
This bug occurs occasionally when you attach a HDMI monitor to your Macbook, and using the HDMI for video output only -
so, you still use your primary sound output device as default.
The sound on primary output becomes mute randomly and it ignores any user actions such as (un)Mute, Volume Up, Volume Down, changing the default output device, attaching headphones etc.:trollface:
## :hammer_and_wrench: The solution
It can either be fixed by rebooting the system, OR by killing the system's `coreaudiod` daemon.
This is basically what this app does - it restarts the sound daemon.
After clicking on the Skull, the app kills `coreaudiod`, and the system automatically restarts the daemon afterwards, and your sound is back to normal :musical_score:
![matrix](https://i.imgur.com/1qNOOjd.png)
After the successful daemon restart, the app closes on itself and you're done :bowtie:
## :computer: Screenshots
### The initial screen
![Initial screen](https://i.imgur.com/tXDrRaY.png)
### Main window
![Main window](https://i.imgur.com/H38sPsf.png)
### Authenticating
![Auth](https://i.imgur.com/hUmFp0V.png)
### Audio Bug Solved :bowtie:
![Done](https://i.imgur.com/UP3STlp.png)
## Licensing
This software is released under the [GPL-3.0](https://github.com/dragstor/mac-sound-fix/blob/master/LICENSE)