Re: AUGraph and understanding channels
Re: AUGraph and understanding channels
- Subject: Re: AUGraph and understanding channels
- From: Benjamin Rindt <email@hidden>
- Date: Mon, 15 Apr 2013 21:02:04 +0200
Sorry for self-replying but I thought I type it now in a different way.
My question now is about the Matrix Mixer. I want to get warm with it and connected first my input through a stereo mixer with my output.
Then I made the same with the MatrixMixer and I thought, at least it will pass through. But it doesn't.
Do I have to configure the MatrixMixer different or declare anything more than that?
AudioComponentDescription mixercd = {0}; mixercd.componentType = kAudioUnitType_Mixer; mixercd.componentSubType = kAudioUnitSubType_MatrixMixer; mixercd.componentManufacturer = kAudioUnitManufacturer_Apple; AUNode mixerNode; CheckError(AUGraphAddNode(player->graph, &mixercd, &mixerNode), "matrix mixer failed");
I do not use any enable or level configurations, do I need them?
Too bad that there is only one sample to see how the matrix mixer works and that one is from apple.
Thanks in advance |
_______________________________________________
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