AudioUnit for default input device
AudioUnit for default input device
- Subject: AudioUnit for default input device
- From: Lieven Dekeyser <email@hidden>
- Date: Fri, 9 Nov 2001 12:06:04 +0100 (CET)
Hi!
is it possible to get the AudioUnit for the default input device?
sorta like the way I get the default output AudioUnit:
OpenDefaultComponent(kAudioUnitComponentType,kAudioUnitSubType_Output);
There seems to be no "kAudioUnitSubType_Input" constant :-(
hmm... I'm probably missing the obvious here..
greetz,
--Lieven