Tiny Windows 11 desktop utility for instantly switching the default audio output and microphone.
- Switch output devices as soon as you pick one from the dropdown.
- Switch input devices as soon as you pick one from the dropdown.
- Set all Windows audio roles at once for the chosen device.
- Keep the window pinned above other windows with
Pin on top. - Refresh the device list on demand.
dotnet build .\InputOutputSwitcher.csprojdotnet publish .\InputOutputSwitcher.csproj -c Release -r win-x64 -p:PublishSingleFile=true -p:SelfContained=falseThe published executable will be placed under:
bin\Release\net8.0-windows\win-x64\publish\InputOutputSwitcher.exe