Last active
January 2, 2019 12:04
-
-
Save davidnunez/cf433d7e838ccb89ee76ce50895e66ec to your computer and use it in GitHub Desktop.
resets and fixes the audio on my macos laptop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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