Re: AUTimePitch parameters problem
Re: AUTimePitch parameters problem
- Subject: Re: AUTimePitch parameters problem
- From: Felipe Baytelman <email@hidden>
- Date: Tue, 10 May 2005 02:39:22 -0400
Thanks!
Issue solved!
By the way... why aren't this constants in the documentation?
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.
The quality can be set by using the
kAudioUnitProperty_RenderQuality property.
(values from 0==lowest to 127==highest) passed as a UInt32....
Currently there are three quality ranges implemented in AUTimePitch:
0->63: low quality
64->95: medium
96->127: high
In the future there may be finer distinctions than the three
choices here.
Chris Rogers
Core Audio
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