Forum Discussion
quickly change audio output device between headset and speakers
There are two options here:
1- Slightly easier one that only requires 3 clicks: Click on the sound icon in the lower right corner, Click on the device name, Click on the device you want to switch to:
2- A lot more complicated, especially if no tech experience: Write a ps1 script that toggles between two output devices and bind the script to a keyboard shortcut. I wrote a blog post about how I did this. Let me know if you're interested!
Can you share the blog post please?
- uruaga30Feb 03, 2025Copper Contributor
Sure, here it is: https://piqbubble.com/projects/scripts/#switching-sound-output-devices
Not very tutorial-ish though. In addition to the details here, you also have to install https://github.com/frgnca/AudioDeviceCmdlets and update the $g435Name and $speakerName variables in the script to the names of your devices (can check the names via some echos or I think via the screenshot in my previous comment)
Let me know if I can help with more directions