ALURE API Reference | Index Loads the given file into an existing OpenAL buffer object. Loads a file image from memory into an existing OpenAL buffer object, similar to alureBufferDataFromFile. Buffers the given buffer objects with the next chunks of data from the stream. Loads the given file into a new OpenAL buffer object. Loads a file image from memory into a new OpenAL buffer object, similar to alureCreateBufferFromFile. Creates a stream using the specified callback to retrieve data. Opens a file and sets it up for streaming. Opens a file image from memory and sets it up for streaming, similar to alureCreateStreamFromFile. Identical to alureCreateStreamFromMemory, except the given memory is used directly and not duplicated. Closes an opened stream. Frees the device name array returned from alureGetDeviceNames. Gets an array of device name strings from OpenAL. Returns a string describing the last error encountered. Retrieves an OpenAL format for the given sample format. Stores the major and minor version of the library. Opens the named device, creates a context with the given attributes, and sets that context as current. Installs callbacks to enable ALURE to handle more file types. Rewinds the stream so that the next alureBufferDataFromStream call will restart from the beginning of the audio file. Destroys the current context and closes its associated device. Rests the calling thread for the given number of seconds. |