AuroraOpenALSoft/OpenAL32
Chris Robinson ac8b4aa5f6 Convert integer samples to float using a power-of-2 divisor
This should cut down on unnecessary quantization noise (however minor) for 8-
and 16-bit samples. Unfortunately a power-of-2 multiple can't be used as easily
for converting float samples to integer, due to integer types having a non-
power-of-2 maximum amplitude (it'd require more per-sample clamping).
2017-03-31 06:54:46 -07:00
..
Include Use an array of pointers for effects instead of a linked list 2017-03-27 23:16:23 -07:00
alAuxEffectSlot.c Use an array of pointers for effects instead of a linked list 2017-03-27 23:16:23 -07:00
alBuffer.c Use ALsizei in more places 2017-01-18 07:13:23 -08:00
alEffect.c Workaround some systems having an ECHO macro 2016-10-30 08:45:09 -07:00
alError.c Print WARNs when a device or context error is generated 2017-02-27 20:59:52 -08:00
alExtension.c Workaround some systems having an ECHO macro 2016-10-30 08:45:09 -07:00
alFilter.c Limit filter gains to -24dB 2017-02-22 18:07:41 -08:00
alListener.c Remove unnecessary atomic members 2017-03-08 04:59:22 -08:00
alSource.c Fix handling of the PropsClean flags 2017-03-23 19:32:53 -07:00
alState.c Don't defer source state or offset changes 2017-03-19 13:48:40 -07:00
alThunk.c Use separate macros for atomics that don't take a memory order 2016-12-20 20:49:37 -08:00
sample_cvt.c Convert integer samples to float using a power-of-2 divisor 2017-03-31 06:54:46 -07:00