Skip to content

Request: Callback for accessing data before sound buffers are initialized #6

Description

@Silverlan

I've recently switched from using OpenAL Soft directly to using alure, and I've run into a small problem:
When loading sound data, I need to be able to convert some stereo sound data to mono before it's being written to a buffer with alBufferData.
Alure doesn't provide any way of accessing the data before the buffer is initialized, so I had to make some modifications to the alure source code to be able to do that.
It would be nice to have some sort of callback or something like that in the future.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions