Skip to content

Change the audio source for Mac OS X from the command line.

License

Notifications You must be signed in to change notification settings

sukhsung/switchaudio-osx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Works with Mac OS 10.7 Lion and 10.8 Mountain Lion.

Installing Xcode Command Line Tools

switchaudio-osx requires command line tools to be installed from OS X. To install command line tools in Xcode 4.4, from the menubar go to Xcode > Preferences and click the Downloads tab. Click "Install" on the line that reads "Command Line Tools".

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

Thanks

Thanks to Christian Zuckschwerdt for migrating this to github and adding the next option.

License

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

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

About

Change the audio source for Mac OS X from the command line.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C 99.2%
  • Makefile 0.8%