mojoAL icon indicating copy to clipboard operation
mojoAL copied to clipboard

Support various OpenAL Soft extensions

Open icculus opened this issue 8 months ago • 2 comments

There are several extensions from OpenAL Soft that are totally reasonable to support. Go through the list at that link and see what we can plug in here trivially.

icculus avatar May 30 '25 22:05 icculus

Things we can probably handle:

Things we can maybe handle:

Might be doable, but could be painful:

Things we likely can't handle, or would take a lot of work, needs external dependencies or complex data formats, needs things SDL doesn't provide, or would simply be difficult to do reasonably in a single-file OpenAL implementation:

icculus avatar Jun 01 '25 03:06 icculus

+1 to AL_SOFT_callback_buffer, as it allows user code to correctly synchronize real-time audio and video.

leiradel avatar Oct 22 '25 17:10 leiradel