Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1016 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 1016 Bytes

switchaudio-osx

A command-line utility to switch the audio source on Mac OS X.

Description

This utility switches the audio source for Mac OS X.

You specify the name of the audio source, such as Built-in Digital Output, and the utility switches the source immediately without any GUI interaction.

This is a command-line utility only and has no graphical user interface.

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

License

MIT License, see license.txt
Copyright (c) 2008 Devon Weller [email protected]
Copyright (c) 2011 Christian Zuckschwerdt [email protected]

Imported from SVN at http:https://code.google.com/p/switchaudio-osx/