Skip to content

Instantly share code, notes, and snippets.

@davidnunez
Last active January 2, 2019 12:04
Show Gist options
  • Save davidnunez/cf433d7e838ccb89ee76ce50895e66ec to your computer and use it in GitHub Desktop.
Save davidnunez/cf433d7e838ccb89ee76ce50895e66ec to your computer and use it in GitHub Desktop.
resets and fixes the audio on my macos laptop
#!/bin/bash
# alias: coreaudio audiocore
# tags apple sound reset audio
# 20120626091339 | NOTE | This code resets and fixes the audio on my osx os x laptop
sudo kill -9 `ps ax|grep 'coreaudio[a-z]' | awk '{print $1}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment