• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: AUGraph and understanding channels
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >AUGraph and understanding channels (From: Benjamin Rindt <email@hidden>)

  • Prev by Date: Re: MIDI CC and PitchBend with AUDLSSynth
  • Next by Date: Re: MIDI CC and PitchBend with AUDLSSynth
  • Previous by thread: AUGraph and understanding channels
  • Next by thread: Re: Internal Speaker stop work when i plug out the Headphones from audio jack
  • Index(es):
    • Date
    • Thread