[Openal] openAL float extension
Jason Daly
jdaly at ist.ucf.edu
Thu May 3 14:57:18 PDT 2007
Anish Chandak wrote:
> Hello guys,
>
> I want to use float32 extension (AL_EXT_FLOAT32) in my project. But
> the openAL SDK that I have does not have that extension. Any pointers
> on what do I need to do to get these extension? I am working on
> windows platform.
Which SDK are you using? Are you sure the extension isn't supported?
(It won't necessarily show up in the header files, you have query for it
using alIsExtensionPresent() ).
If your OpenAL implementation doesn't support the extension, you have
little recourse other than using a different implementation (or you can
try implementing the extension yourself).
It's also possible that AL_EXT_FLOAT32 is just a notional extension.
That is, it might have been proposed as a good idea for future work, but
not yet implemented.
--"J"
More information about the Openal
mailing list