[SOLVED] What software let's you switch between headset and speaker through a hotkey?

barkersofgeraldine

Reputable
Nov 11, 2020
151
7
4,585
I currently have access Realtek HD Manager to do this. Its a 10-second thing, but really burdensome when you have to do it every 5-10 minutes.

I currently have a lightweight program controlling my volume speeds; I was wondering if there was a software similar to do that but switching between headset and speaker?
 
Solution
Yeah, it's basically a script engine that takes advantage of Windows.

Windows knows the order of your audio devices. For me, it's
  1. Speakers
  2. VOIP Handset
  3. USB Headset

Set up a key-combo to run the script.

The script basically says
If headset isenabled, up two
Else If speakers isenabled, down two
Else do nothing (I'm on the phone)

That's the gist of the script.

-Wolf sends

Wolfshadw

Titan
Moderator
Yeah, it's basically a script engine that takes advantage of Windows.

Windows knows the order of your audio devices. For me, it's
  1. Speakers
  2. VOIP Handset
  3. USB Headset

Set up a key-combo to run the script.

The script basically says
If headset isenabled, up two
Else If speakers isenabled, down two
Else do nothing (I'm on the phone)

That's the gist of the script.

-Wolf sends
 
  • Like
Reactions: barkersofgeraldine
Solution

TRENDING THREADS