SoundDeviceSwitcher는 Windows에서 두 개의 재생 장치를 빠르게 전환하기 위한 트레이 앱입니다.
- 앱 안에서 장치 A / 장치 B 직접 선택
- 현재 기본 장치를 기준으로 다른 장치로 자동 전환
- 기본 재생 장치와 기본 통신 장치를 함께 변경
- 선택형 전역 핫키 지원
- 트레이 알림 및 테마 연동
- 한국어 / 영어 UI 지원
- 시작 프로그램, 시작 시 최소화, 닫을 때 트레이로 최소화 지원
- GitHub 릴리즈 업데이트 확인
SoundDeviceSwitcher-v2.0.1-setup.exe: 설치형 빌드SoundDeviceSwitcher-v2.0.1-win-x64.zip: 포터블 빌드
dotnet build src\SoundDeviceSwitcher.App\SoundDeviceSwitcher.App.csprojpowershell -ExecutionPolicy Bypass -File scripts\Publish-Release.ps1생성 결과는 artifacts/release/ 아래에 저장됩니다.
SoundDeviceSwitcher is a Windows tray app for switching between two playback devices.
- Select device A and device B directly in the app
- Toggle automatically based on the current default device
- Set both the default playback device and default communications device
- Optional global hotkey support
- Tray notifications with theme support
- Korean and English UI
- Start with Windows, start minimized, and minimize-to-tray options
- GitHub release update check
SoundDeviceSwitcher-v2.0.1-setup.exe: installer buildSoundDeviceSwitcher-v2.0.1-win-x64.zip: portable build
dotnet build src\SoundDeviceSwitcher.App\SoundDeviceSwitcher.App.csprojpowershell -ExecutionPolicy Bypass -File scripts\Publish-Release.ps1The generated files are written to artifacts/release/.