deweller / switchaudio-osx

Change the audio source for Mac OS X from the command line.
Other
1.16k stars 88 forks source link

Switch to next is captured by "Microsoft Teams Audio" #42

Closed JKuhn closed 1 year ago

JKuhn commented 2 years ago

After installing Microsoft Teams, SwitchAudioSource -n always only switches to "Microsoft Teams Audio". Other audio sources are available and printed with SwitchAudioSource -a.

derjogi commented 1 year ago

In case anyone else is running into this, I've added an exclusion for MS Teams, the -next cycling works again 🤩 (I had to zip it so I can upload it to GitHub, you can see the changes I've made in the forked repo. I'm not sure whether it should be merged because it is quite specific and probably not the best fix, I'm not a C dev 😅 ) AudioSwitcherIgnoreTeams.zip

deweller commented 1 year ago

Glad you came up with a solution for this.