• 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: Mixer unit and input gain ramping on iOS
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mixer unit and input gain ramping on iOS


  • Subject: Re: Mixer unit and input gain ramping on iOS
  • From: alessandro aresta <email@hidden>
  • Date: Fri, 17 May 2013 12:33:03 +0200

I was also trying to achieve this...I ended up putting this in my personal low priority queue; It will  be great to receive some little help in ramping and de-zipping parameters; anything can get us to the point will be great indeed: source code, tutorial, documentation, whatever! Hopefully a wise guy will enlighten us ! 



On Wed, May 15, 2013 at 11:51 PM, Aran Mulholland <email@hidden> wrote:
I was attempting to do something similar using MidiTracks as per the post here: http://lists.apple.com/archives/coreaudio-api/2011/Dec/msg00035.html 
I was unsuccessful (and i never filed that radar either, sorry)


On Wed, May 15, 2013 at 11:36 PM, Igor Sutton <email@hidden> wrote:
Hi all,

I've searched everywhere in the web whether the input gain in iOS' mixer unit can be ramped, but I couldn't find anything useful.

I'm using the following to get the parameter info of my mixer:

---8<---
        AudioUnitParameterInfo parameterInfo;
        UInt32 s = sizeof(AudioUnitParameterInfo);
        OSStatus err = AudioUnitGetProperty(*self->_mixer, kAudioUnitProperty_ParameterInfo, kAudioUnitScope_Input, kMultiChannelMixerParam_Volume, &parameterInfo, &s);
        if (err == noErr) {
            NSLog(@"name: %@, canRamp: %lu", parameterInfo.cfNameString, parameterInfo.flags & kAudioUnitParameterFlag_CanRamp);
        }
        else {
            NSLog(@"Couldn't get property");
        }
---8<---

And this is my mixer audio description:

---8<---
    AudioComponentDescription mixerDescription;
    mixerDescription.componentType = kAudioUnitType_Mixer;
    mixerDescription.componentSubType = kAudioUnitSubType_MultiChannelMixer;
    mixerDescription.componentManufacturer = kAudioUnitManufacturer_Apple;
    mixerDescription.componentFlags = 0;
    mixerDescription.componentFlagsMask = 0;
---8<---

I've also dug WWDC 10, 11 and 12 sessions about Core Audio but couldn't find anything.

Do you have any directions I can follow about it?

Igor.

 _______________________________________________
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


 _______________________________________________
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




--
Alessandro Alexander Stone Aresta



iOS / Web / Multimedia
development & consulting 

sharpeimultimedia.com

email  : email@hidden
skype : alexanderstone2007

This  is  a  confidential   communication   intended   only  for  the  named addressee. 
 If you received this communication in error, please notify us  and return and delete it without  reading it. 
This e-mail may not be 
disclosed,  copied or distributed
 in  any form without the obtained permission in writing of  SharpeiMultimedia. 
In  any case it  may not be altered or otherwise 
changed.  
 Whilst  SharpeiMultimedia believes  that  the   information  is  correct at  the date  of   the  e-mail,  no  warranty and 
representation  is given to this effect and no responsibility can be accepted by SharpeiMultimedia.

 _______________________________________________
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: 
 >Mixer unit and input gain ramping on iOS (From: Igor Sutton <email@hidden>)
 >Re: Mixer unit and input gain ramping on iOS (From: Aran Mulholland <email@hidden>)

  • Prev by Date: Re: Is kAudioUnitSubType_DLSSynth compatible with the Mac OS X App sandbox
  • Next by Date: Re: Is kAudioUnitSubType_DLSSynth compatible with the Mac OS X App sandbox
  • Previous by thread: Re: Mixer unit and input gain ramping on iOS
  • Next by thread: ExtAudioFileWrite, error -1031???
  • Index(es):
    • Date
    • Thread