Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 719 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 719 Bytes

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