Skip to content

Instantly share code, notes, and snippets.

@kittaakos
Last active August 2, 2019 11:30
Show Gist options
  • Save kittaakos/c32565aa51bf589eac886a66d9f8efda to your computer and use it in GitHub Desktop.
Save kittaakos/c32565aa51bf589eac886a66d9f8efda to your computer and use it in GitHub Desktop.
[macOS] Fix audio/webcam after sleep
sudo kill `ps -ax | grep 'coreaudiod' | grep 'sbin' | awk '{print $1}'`
sudo killall VDCAssistant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment