Got one more thing… When I reboot my MacBook (or turn it on from a shutdown) and my headphone is disconnected, first time I connect, it doesn’t switch input audio device (or it might do something, but too early and therefore switch back to the AirPods Max microphone). I do see a gear appear, which I guess is running my shell script:
#!/bin/sh
/opt/homebrew/bin/SwitchAudioSource -t input -s "Antlion Wireless Microphone"
/opt/homebrew/bin/SwitchAudioSource -t output -s "AirPods Max van Derek"
Fix for now is to take off and put on my headphone to make it work. Tried the following three things which all doesn’t work:
- Click YOUR icon on the menu bar to switch to the headphone, see a gear appear, default input device is however AirPods Max Microphone
- Click on the popup “AirPods Max is near”, “connect”, also see a gear appear, however the default input device still is the AirPods Max Microphone
- Switch the audio source from the “volume” pull down, also see a gear appear, but you might have guessed it, still not switching to my other input source.