Loads the given file into a new OpenAL buffer object.
ALURE_API ALuint ALURE_APIENTRY alureCreateBufferFromFile( const ALchar * fname )
Loads a file image from memory into a new OpenAL buffer object, similar to alureCreateBufferFromFile.
ALURE_API ALuint ALURE_APIENTRY alureCreateBufferFromMemory( const ALubyte * fdata, ALsizei length )
Loads the given file into an existing OpenAL buffer object.
ALURE_API ALboolean ALURE_APIENTRY alureBufferDataFromFile( const ALchar * fname, ALuint buffer )
Loads a file image from memory into an existing OpenAL buffer object, similar to alureBufferDataFromFile.
ALURE_API ALboolean ALURE_APIENTRY alureBufferDataFromMemory( const ALubyte * fdata, ALsizei length, ALuint buffer )