AUVarispeed - kAudioUnitProperty_RenderQuality
AUVarispeed - kAudioUnitProperty_RenderQuality
- Subject: AUVarispeed - kAudioUnitProperty_RenderQuality
- From: Roni Music <email@hidden>
- Date: Mon, 18 Sep 2006 10:37:29 +0200
Hi,
I'm using the AUVariSpeed and I have it working fine.
One question:
Should I set the kAudioUnitProperty_RenderQuality property?
Doing it under 10.4.7 works fine (at least it doesn't return any
error) but under 10.2.8, it returns error -10879
(kAudioUnitErr_InvalidProperty)
Here's what I do?
UInt32 quality = kRenderQuality_Max;
// set quality
UInt32 propSize = sizeof(quality);
theErr = AudioUnitSetProperty(
mConverterUnit,
kAudioUnitProperty_RenderQuality,
kAudioUnitScope_Global,
0,
(void *)&quality,
propSize);
if (theErr != noErr)
return theErr;
Is there any quality setting to set for AUVariSpeed?
if there is, what's the default setting?
_______________________________________________
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