Newbie Question on AUGraph + MatrixMixer
Newbie Question on AUGraph + MatrixMixer
- Subject: Newbie Question on AUGraph + MatrixMixer
- From: Felipe Baytelman <email@hidden>
- Date: Sun, 28 Nov 2004 23:14:52 +0900
- Resent-date: Sun, 28 Nov 2004 23:16:24 +0900
- Resent-from: Felipe Baytelman <email@hidden>
- Resent-message-id: <email@hidden>
- Resent-to: email@hidden
I'm trying to connect the following:
AUConverter > AUVarispeed > MatrixMixer
Previously, it was done in the following way:
AUConverter > MatrixMixer, through AudioUnitSetProperty(...,
kAudioUnitProperty_MakeConnection, ...)
But now I don't know how to do it...
Should I create a AUGraph?
[Note this is pseudocode]
AUGraphNode(AUConverter)
AUGraphNode(AUVarispeed)
AUGraphConnectNodeInput(AUConverter, AUVarispeed)?
AUVarispeed > MatrixMixer, through AudioUnitSetProperty(...,
kAudioUnitProperty_MakeConnection, ...)
Could someone tell me the proper way?
If I should use a Graph... when should I initialise it? When should I
start it?
Thanks!
--
Felipe Baytelman
email@hidden
080 5498 9347
email@hidden
_______________________________________________
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