• 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
kAudioUnitSubType_Merger on iOS
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

kAudioUnitSubType_Merger on iOS


  • Subject: kAudioUnitSubType_Merger on iOS
  • From: alessandro aresta <email@hidden>
  • Date: Fri, 05 Apr 2013 11:17:40 +0200

Is it aloud to use kAudioUnitSubType_Merger in iOS? 

in the headers there is : 

@constant kAudioUnitSubType_Splitter

- desktop only

An audio unit that provides 2 output buses and 1 input bus. The audio unit 

splits (duplicates) the input signal to the two output buses

@constant kAudioUnitSubType_Merger

- desktop only

An audio unit that provides 2 input buses and 2 output bus. The audio unit 

merges the two inputs to the single output


but going down there is : 

enum {

kAudioUnitSubType_AUConverter = 'conv',

kAudioUnitSubType_Varispeed = 'vari',

kAudioUnitSubType_DeferredRenderer = 'defr',

kAudioUnitSubType_Splitter = 'splt',

kAudioUnitSubType_Merger = 'merg',

kAudioUnitSubType_NewTimePitch = 'nutp',

#if !TARGET_OS_IPHONE

kAudioUnitSubType_TimePitch = 'tmpt',

kAudioUnitSubType_RoundTripAAC = 'raac'

#else

kAudioUnitSubType_AUiPodTime = 'iptm',

kAudioUnitSubType_AUiPodTimeOther = 'ipto'

#endif


and I also found this on stackOverflow: http://stackoverflow.com/questions/9383866/is-there-a-replacement-for-ausplitter-in-ios/14843261#14843261


talking about the ability to use the splitter in iOS environment.




--
Alessandro Alexander Stone Aresta

.

 _______________________________________________
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: kAudioUnitSubType_Merger on iOS
      • From: Andy Davidson <email@hidden>
  • Prev by Date: Re: MusicTrack timing and looping issues.
  • Next by Date: Can't continue reading from AVAssetReaderOutput after going to background and back to foreground
  • Previous by thread: Re: ioMainBuffer invalid?
  • Next by thread: Re: kAudioUnitSubType_Merger on iOS
  • Index(es):
    • Date
    • Thread