Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save qwo/a0e7cc95412d6bc034b4cd3a1810bf52 to your computer and use it in GitHub Desktop.
Save qwo/a0e7cc95412d6bc034b4cd3a1810bf52 to your computer and use it in GitHub Desktop.
macOS Microsoft Teams Audio Driver Issues
In the middle of a Zoom call my audio in/out devices changed to “Microsoft Teams Audio Devices”, despite no longer having Microsoft Teams installed.
It turns out Teams leaves its audio driver on your system running, and it occasionally decides to make itself the default.
I had to delete: /Library/Audio/Plug-Ins/HAL/MSTeamsAudioDevice.driver in the end to fix it:
sudo rm -rf /Library/Audio/Plug-Ins/HAL/MSTeamsAudioDevice.driver
https://forums.macrumors.com/threads/how-to-uninstall-core-audio-driver-msteamsaudiodevice-driver.2344450/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment