A lightweight Windows 11 utility to instantly switch your audio output between Mono and Stereo modes — the same setting found in Windows Settings → Accessibility → Audio.
- 🔊 One-click toggle between MONO and STEREO
- ⌨️ Global keyboard shortcut (customizable)
- 🖥️ Visual overlay notification on toggle
- 🔔 System tray icon showing current state
- 📋 Lists all available audio output devices
- 🚀 Auto-start with Windows (no UAC prompt on login)
- 🎨 Modern dark UI with outline card style
- 🔊 Custom speaker icon
Download MonoStereoToggle.exe — no installation required.
- Windows 11
- .NET 8 Runtime (x64)
- Run
MonoStereoToggle.exe— administrator privileges are requested once on launch - Click the button to toggle between STEREO and MONO
- Optionally set a global keyboard shortcut and enable auto-start with Windows
git clone https://github.com/samaBR85/MonoStereoToggle.git
cd MonoStereoToggle
dotnet publish -c Release -r win-x64 --self-contained false -p:PublishSingleFile=true -o publishThe executable will be at publish\MonoStereoToggle.exe.