/global-mute

🔇 Mute microphone on the driver level via hotkey

Primary LanguageC#GNU General Public License v3.0GPL-3.0

global-mute

This application listens for a hotkey (Shift + PAUSE by default) to toggle mute status of the primary input device on Windows on the driver level. Optionally shows mute status on an awtrix pixel clock.

Requirements

Usage

  • Set Awtrix host config and flag color in MicMuteWin.dll.config
  • Run application, use hotkey as needed
  • Right click tray icon to exit

Building

  • Set Awtrix host config and flag color in App.config
  • Set preferred hotkey constants in Program.cs
  • dotnet publish .\GlobalMute.sln -p:PublishSingleFile=true --self-contained false