Re: TimePitchAU error codes
Re: TimePitchAU error codes
- Subject: Re: TimePitchAU error codes
- From: Robert Carroll <email@hidden>
- Date: Sun, 08 Dec 2013 09:13:49 -0500
Thanks.
I thought I had gone through all the headers, but I missed these.
Somes aspects of the TimePitchAU's behaviour still seem quirky at best. I have two working AUgraph test applications both using fileplayer -- timepitch -- mixer -- output. One is using an aiff file, the other some Apple Lossless files. Both return the -10868 error when setting the output stream format on the TimePitchAU but the pitch shift still functions. If I skip that call, the AUGraph passes audio, but the pitch shift does not occur.
rob Some Core Audio errors are 4CC's some aren't. Just search the .h files (in this case AUComponent.h) using whatever method you prefer to find this information.
kAudioUnitErr_FormatNotSupported = -10868 kAudioUnitErr_InvalidElement = -10877
As comared to: kAudioConverterErr_FormatNotSupported = 'fmt?' etc.
edward |
_______________________________________________
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