Skip to content

Instantly share code, notes, and snippets.

@twiceyuan
Created November 4, 2021 09:32
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 twiceyuan/7c1a495c6a9e7732610f081453302207 to your computer and use it in GitHub Desktop.
Save twiceyuan/7c1a495c6a9e7732610f081453302207 to your computer and use it in GitHub Desktop.
[重启 macOS 音频服务] #macOS
sudo kill -9 `ps ax|grep 'coreaudio[a-z]' | awk '{print $1}'`

经常遇到 macOS 在 Zoom 或者飞书语音时连着的 AirPods 怎么都没办法用,重启下音频服务就行了。

垃圾苹果

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment