silence 1.4.1

dotnet add package silence --version 1.4.1
                    
NuGet\Install-Package silence -Version 1.4.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="silence" Version="1.4.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="silence" Version="1.4.1" />
                    
Directory.Packages.props
<PackageReference Include="silence" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add silence --version 1.4.1
                    
#r "nuget: silence, 1.4.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package silence@1.4.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=silence&version=1.4.1
                    
Install as a Cake Addin
#tool nuget:?package=silence&version=1.4.1
                    
Install as a Cake Tool

# silence!

A simple, lightweight microphone mute toggle for Windows with global hotkey support.

## Features

- **Global Hotkey** — Mute/unmute your microphone from anywhere using a customizable keyboard shortcut
- **System Tray** — Lives quietly in your system tray with a color-coded icon (green unmuted / red muted)
- **Quick Toggle** — Single click on the tray icon to toggle mute state
- **Visual Overlay** — Optional always-on-top indicator showing your mute status with smooth animations
- **Sound Feedback** — Audio cues when you mute/unmute with 8 preloaded sounds or custom sounds
- **Modifier Support** — Use complex hotkeys like `Ctrl + Alt + M` or simple ones like `F13`
- **Flexible Matching** — Option to ignore additional modifiers
- **Auto-Start** — Optionally launch with Windows
- **Modern UI** — Mica/Acrylic backdrop, smooth animations, native Windows 10/11 look
- **Portable** — No MSIX installer required, just extract and run

## What's New in v1.4

### Complete Overlay Rewrite
- **Pure Win32 Layered Window** — Faster, lighter, and actually works properly
- **True Click-Through** — Overlay is completely invisible to your cursor
- **Smooth Animations** — Buttery smooth fade-in/fade-out animations

### Appearance Customization
- **Show Text Option** — Toggle between icon-only or icon with text
- **Icon Styles** — Choose between colored (red/green) or monochrome icons
- **Background Styles** — Dark or light background
- **Opacity Controls** — Separate sliders for background and content opacity
- **Border Radius** — Adjust corner rounding from 0px to 24px
- **Border Toggle** — Show or hide the Windows 11 style border

### New Visibility Mode
- **Show After Toggle** — Overlay appears briefly after you mute/unmute, then disappears automatically
- **Customizable Duration** — Set how long the overlay stays visible (0.1 to 10 seconds)

## System Requirements

- Windows 10 version 1809 (build 17763) or later
- Windows 11 supported
- .NET 8.0 Runtime (included in installer)

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.4.1 154 1/5/2026