Skip to content

Instantly share code, notes, and snippets.

@tylerhall
Created April 30, 2020 15:23
Show Gist options
  • Save tylerhall/70cb799c78b52f4e63b20b50caa765bf to your computer and use it in GitHub Desktop.
Save tylerhall/70cb799c78b52f4e63b20b50caa765bf to your computer and use it in GitHub Desktop.
> Ears --help
USAGE: ears [--input <input>] [--output <output>] [--list-outputs] [--list-inputs]
OPTIONS:
-i, --input <input> The audio input device to make current.
The name must be an exact match.
-o, --output <output> The audio output device to make current.
The name must be an exact match.
--list-outputs Show available output devices.
--list-inputs Show available input devices.
-h, --help Show help information.
> Ears --list-outputs
*Soundcore Life Q20
External Headphones
iMac Pro Speakers
> Ears --output "External Headphones"
> Ears --input "Tyler's AirPods"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment