An open API service indexing awesome lists of open source software.

https://github.com/sidevesh/mutemicrophonesosd

Simple executable to show a Mute / Unmute microphone HUD mimicking the native Mac OS ones
https://github.com/sidevesh/mutemicrophonesosd

Last synced: over 1 year ago
JSON representation

Simple executable to show a Mute / Unmute microphone HUD mimicking the native Mac OS ones

Awesome Lists containing this project

README

          

# MuteMicrophonesOSD
MuteMicrophonesOSD is a simple executable designed to display a microphone mute/unmute Heads-Up Display (HUD), closely resembling the native macOS HUD popups.

## Usage
Compile the project using the following command:
```
swift build -c release
```

To run MuteMicrophonesOSD and display the mute icon, use:
```
MuteMicrophonesOSD
```

To display the unmute icon, use:
```
MuteMicrophonesOSD un-muted
```