Skip to content

Instantly share code, notes, and snippets.

@ziadoz
Last active November 13, 2023 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ziadoz/080074b0df4002d7ac13ae24fb62c50d to your computer and use it in GitHub Desktop.
Save ziadoz/080074b0df4002d7ac13ae24fb62c50d 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