icculus / mojoAL

An SDL2-based implementation of OpenAL in a single C file.
https://icculus.org/mojoAL/
zlib License
158 stars 21 forks source link

It would be nice to have some low pass extension #20

Open ericoporto opened 1 year ago

ericoporto commented 1 year ago

There is an EFX extension for lowpass

https://github.com/kcat/openal-soft/blob/master/include/AL/efx.h

There are extensions for reverb and other extensions that are quite complex, so not sure about following efx extensions, but at least having some way to do a lowpass filter would be nice.

(maybe header should be <AL/alext.h> ?)

These would be really nice for in-game effects!