Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

themacster298

macrumors member
Original poster
Feb 20, 2011
55
0
How would I be able to add a option to change the audio output in Objective-C?

Here is a snapshot from the recording program 'Audicity' with the feature I am trying to do:

screenshot20120604at814.png
 

subsonix

macrumors 68040
Feb 2, 2008
3,551
79
In Core Audio you can get device id's with AudioObjectGetPropertyData and kAudioHardwarePropertyDevices to get a list of device id's.

You can then enumerate that list and get additional information like, names etc.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.