Created
August 28, 2020 13:41
-
-
Save finwarman/fd3ccb60d33243952dc5962d7829a750 to your computer and use it in GitHub Desktop.
MacOS current audio device (bash command)
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
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