iphone Error -10861 resolved
iphone Error -10861 resolved
- Subject: iphone Error -10861 resolved
- From: steph ohara <email@hidden>
- Date: Tue, 13 Apr 2010 03:25:05 -0700 (PDT)
after having another look at my design i removed connecting any audio units with a callback, since the AudioUnitRender() call requires a reference to the audio unit feeding the unit in question. and thus, no call is made and no error returned.
so now a more general question...is this a common way people are connecting au's together. for eg.
generating_audio_unit ---> processing_audio_unit ---> ioremote. since the processing au is having to pull data and use AudioUnitRender() in its callback, there is no need to connect the node using AUGraphConnectNodeInput(args..). therefore, my graph will have some "hard-patched" audio units and then a bunch of processing units "soft-patch" which are not connected within the graph, but thru my own implementation. or am i missing
something?
cheers steph
_______________________________________________
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