Re: iOS - Audiounit - Volume balance between left & right channels
Re: iOS - Audiounit - Volume balance between left & right channels
- Subject: Re: iOS - Audiounit - Volume balance between left & right channels
- From: "Dave O'Neill" <email@hidden>
- Date: Sat, 01 Nov 2014 06:45:32 -0700
You just need to set those properties on the input scope of the desired channel(element).
float pan = 0; // -1 -> 1
AudioUnitSetParameter (MixerUnit, kMultiChannelMixerParam_Pan, kAudioUnitScope_Input, channel, pan, 0);
_______________________________________________
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