I'd like to conform to the same format that GarageBand and Logic use to create aupreset files. However upon inspection it appears that these apps are creating malformed plist documents.
Does anyone have more info? I must be missing something obvious but so far I'm unable to export in a similar way, or import for that matter.
Post
Replies
Boosts
Views
Activity
I'm experiencing an intermittent failure to load my audio unit in Garageband. Though the error message is obvious, I can't find any documentation on the timeout specification. Has anyone else come across this?
I'm running a simple audio path that takes the microphone input and routes to the main mixer node, bypassing any rendering in my app just to validate baseline performance. I'm noticing that adding an AVAudioMixerNode to conver the microphone input to 44.1kHz for internal processing is causing audible glitches in the signal path. I'd like to maintain an internal sampling rate of 44.1kHz regardless of external conditions and it seems this should be possible with AVAudioMixerNode. Is this not supported?