• 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: Effect units in iOS > 4
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Effect units in iOS > 4


  • Subject: Re: Effect units in iOS > 4
  • From: Chris Adamson <email@hidden>
  • Date: Sat, 06 Sep 2014 07:53:13 -0400

Yeah, there's a few. ;-)  Take a look through AUComponent.h.

You can also discover all the effect units at runtime by creating an AudioComponentDescription for a type (like kAudioUnitType_Effect), and then loop over AudioComponentFindNext().

Keep in mind that most of the new units like to work with floating-point samples, so on iOS 5-7, you sometimes have to put in an AUConverter to go from ints or fixed point to floats.

—Chris

On Sep 6, 2014, at 6:41 AM, Andreas Gustafsson <email@hidden> wrote:

> Hi all,
>
> The Audio Unit Hosting Guide for iOS, which was last updated in 2010,
> says "The iPod EQ unit (subtype kAudioUnitSubType_AUiPodEQ) is the
> only effect unit provided in iOS 4".
>
> Are there any additional effect units in iOS 5, 6, 7, or 8?
> --
> Andreas Gustafsson, 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


 _______________________________________________
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


  • Follow-Ups:
    • Re: Effect units in iOS > 4
      • From: Andreas Gustafsson <email@hidden>
References: 
 >Effect units in iOS > 4 (From: Andreas Gustafsson <email@hidden>)

  • Prev by Date: Effect units in iOS > 4
  • Next by Date: Re: Effect units in iOS > 4
  • Previous by thread: Effect units in iOS > 4
  • Next by thread: Re: Effect units in iOS > 4
  • Index(es):
    • Date
    • Thread