deweller / switchaudio-osx

Change the audio source for Mac OS X from the command line.
Other
1.16k stars 88 forks source link

How to set separate input and output devices? #18

Closed ccorcos closed 5 years ago

zuckschwerdt commented 5 years ago

Look at the provided help:

Usage: AudioSwitcher [-a] [-c] [-t type] [-n] -s device_name
  -a             : shows all devices
  -c             : shows current device

  -t type        : device type (input/output/system).  Defaults to output.
  -n             : cycles the audio device to the next one
  -s device_name : sets the audio device to the given device by name
ccorcos commented 5 years ago

Man! I must have been really sleep deprived to have missed that!