alcMacOSXRenderingQuality?
alcMacOSXRenderingQuality?
- Subject: alcMacOSXRenderingQuality?
- From: Jim Wrenholt <email@hidden>
- Date: Tue, 8 Aug 2006 02:56:41 -0500
I don't understand how to setup and use alcMacOSXRenderingQuality?
and alcMacOSXRenderChannelCount as well.
I installed Xcode 2.4 and it updated my OpenAL.
i was using
alSetInteger(ALC_SPATIAL_RENDERING_QUALITY,
ALC_SPATIAL_RENDERING_QUALITY_LOW);
but now get an error.
errr: 'ALC_SPATIAL_RENDERING_QUALITY' was not declared in this scope
there is a new file, MacOSX_OALExtensions.h
which defines
/**
* Render Quality. Used with alcMacOSXRenderingQuality()
*/
#define ALC_MAC_OSX_SPATIAL_RENDERING_QUALITY_HIGH 'rqhi'
#define ALC_MAC_OSX_SPATIAL_RENDERING_QUALITY_LOW 'rdlo'
I tried
alcMacOSXRenderingQuality(ALC_MAC_OSX_SPATIAL_RENDERING_QUALITY_LOW);
which also returns an error.
i see
typedef ALvoid (*alcMacOSXRenderingQualityProcPtr) (const ALint value);
but don't know how to use it?
also, installing xcode 2.4 removed alut.h from the framework?
thanks
Jim
_______________________________________________
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