remoteIO playback setup
remoteIO playback setup
- Subject: remoteIO playback setup
- From: Ash Gibson <email@hidden>
- Date: Thu, 07 Jun 2012 17:33:09 +1000
Looking at this code from Michael Tyson's blog...
// Enable IO for playback
status = AudioUnitSetProperty(audioUnit,
kAudioOutputUnitProperty_EnableIO,
kAudioUnitScope_Output,
kOutputBus,
&flag,
sizeof(flag));
checkStatus(status);
Is this really necessary? I was looking through the header files and
docs and saw that it is enabled by default?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden