A lightweight, cross-platform audio device switcher. Bind a global hotkey to any input or output, swap instantly, and toggle mute with a second tap — without touching the mouse.
Everything you need to manage audio devices efficiently — and nothing you don't.
Assign keyboard shortcuts to any audio device and switch instantly from anywhere — no window focus needed.
Press the same hotkey twice to mute the active device. A third tap unmutes — perfect for quick push-to-mute moments.
Enumerate and manage every input and output endpoint on your system from a single, unified table.
Catppuccin Mocha, Light, Nord, Dracula, Solarized Dark, Tokyo Night, and Gruvbox — change instantly.
A sleek, frameless dark title bar that stays consistent on every theme and looks great on any OS.
Runs quietly in the background. Close or minimize hides to tray; double-click to bring settings back.
Bindings and theme are saved automatically as JSON — no setup needed when you reopen the app.
Native Windows (MMDevice / WASAPI) and Linux (PulseAudio + X11) backends. Built on Qt 6 and C++17.
Checks GitHub Releases for new versions on demand and shows release notes inline before you upgrade.
Open the configurator, drop in a device, set a hotkey, and forget about it. The window slips into the system tray the moment you're done — your shortcuts keep working.
Get v1.0.5
Seven hand-tuned palettes. Switch any time — the change applies instantly.
Up and running in seconds on every supported platform.
Download the installer from the latest release and run it. The installer asks whether you want a desktop shortcut and offers to launch the app once setup completes.
1. Download QuickSnapAudio-Setup.exe from Releases
2. Run the installer (admin rights required)
3. Launch from the Start Menu or your desktop
Download the .deb package from the latest release and install with dpkg:
sudo dpkg -i quicksnapaudio_*.deb
sudo apt-get install -f # resolve any missing deps
Requires CMake 3.16 or newer, Qt 6.x with the Multimedia and Network modules, and a C++17 compiler.
git clone https://github.com/horaceV1/QuickSnapAudio.git
cd QuickSnapAudio
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --parallel