karumommik/taskbaraudioswitcher — explained in plain English
Analysis updated 2026-05-18
Quickly switch between speakers, headphones, or HDMI audio output from the taskbar.
Mute the microphone or check which app is actively recording at a glance.
Route one specific app's audio to a different output device than the rest of the system.
| karumommik/taskbaraudioswitcher | erikphilips/cs4ai | jakobsung/luthn | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | C# | C# | C# |
| Setup difficulty | easy | moderate | hard |
| Complexity | 1/5 | 4/5 | 4/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Windows 11 only, portable version just needs the exe extracted and run.
Taskbar Audio Switcher is a small Windows 11 utility that puts a compact audio control widget right on your taskbar, next to the clock and system tray icons. Instead of digging through Windows sound settings, you get quick access to switch between speakers, headphones, or an HDMI output, mute or switch microphones, and adjust volume, all from one small bar that sits with your other taskbar icons. Beyond simple volume control, it includes a mixer that expands above the taskbar to show individual apps and lets you adjust each one's volume separately, plus a feature to redirect a specific app's audio to a different output device entirely, useful if you want one program to play through headphones while everything else stays on speakers. It can move itself between multiple monitors with a click, and scales properly on high resolution screens with different zoom levels. The developer explains a deliberate design choice: rather than hooking deeply into Windows' own taskbar process, which could be flagged as suspicious by antivirus software, the utility runs as its own small floating window that repositions itself whenever the taskbar changes, such as when you minimize a window or show the desktop. This means it may very briefly disappear and reappear in those situations, and the README states this is expected behavior rather than a bug. Installation is available two ways: downloading a portable version directly from the project's releases page and running the executable, or installing it through the Microsoft Store for automatic updates. The project has an active changelog documenting many small fixes across recent versions, covering things like startup behavior, multi-monitor menu positioning, and how per-application audio routing works across programs like Firefox or Chrome that use multiple background processes.
A lightweight Windows 11 taskbar widget for quickly switching audio devices, muting the microphone, and controlling individual app volumes.
Mainly C#. The stack also includes C#, Windows COM, .NET.
No license information was found in the README.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.