Re: AUTimePitch parameters problem
Re: AUTimePitch parameters problem
- Subject: Re: AUTimePitch parameters problem
- From: Felipe Baytelman <email@hidden>
- Date: Tue, 10 May 2005 02:48:09 -0400
AudioUnitSetParameter(timepitchUnit, kTimePitchParam_Smoothness,
kAudioUnitScope_Global, 0, 100, 0);
---> Error: "kTimePitchParam_Smoothness" undeclared???
Sorry for sending so many questions separated, but they surge as I
use your solution!
On 09-05-2005, at 21:06, Chris Rogers wrote:
AUTimePitch is fairly CPU intensive, so this doesn't surprise me.
The smoothness and tightness parameter IDs are:
kTimePitchParam_Smoothness = 3
kTimePitchParam_Tightness = 4
Use AudioUnitSetParameter() as usual to set these.
both take values from 0 -> 100.
Felipe Baytelman
Baytex Software
email@hidden http://www.baytex.net (+56 8) 249 62 41
_______________________________________________
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