Hey guys,
I want to make a quick script i can run to switch the audio inputs and outputs from the default internal speaker/microphone to the speakers and mic on my headset. I dont know anything about apple scripts and dont know the commands for changing the audio. This is the barebones of what i want the script to do:
if Audio Output = Internal Speakers
set Audio Output = Logitech G390 Headset
set Audio Input = Logitech G930 Headset
elseif Audio Output = Logitech G930 Headset
set Audio Output = Internal Speakers
set Audio Output = Internal Microphone
end
Also, is there a way to assign this script to a button in the menu bar?
Thanks guys!
I want to make a quick script i can run to switch the audio inputs and outputs from the default internal speaker/microphone to the speakers and mic on my headset. I dont know anything about apple scripts and dont know the commands for changing the audio. This is the barebones of what i want the script to do:
if Audio Output = Internal Speakers
set Audio Output = Logitech G390 Headset
set Audio Input = Logitech G930 Headset
elseif Audio Output = Logitech G930 Headset
set Audio Output = Internal Speakers
set Audio Output = Internal Microphone
end
Also, is there a way to assign this script to a button in the menu bar?
Thanks guys!