Skip to content

Instantly share code, notes, and snippets.

@finwarman
Created August 28, 2020 13:41
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 finwarman/fd3ccb60d33243952dc5962d7829a750 to your computer and use it in GitHub Desktop.
Save finwarman/fd3ccb60d33243952dc5962d7829a750 to your computer and use it in GitHub Desktop.
MacOS current audio device (bash command)
system_profiler SPAudioDataType | grep "Default Output Device: Yes" -B 2 | head -n 1 | sed "s/://g" | awk '"'"'{$1=$1};1'"'"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment