AuroraOpenALSoft/OpenAL32
Chris Robinson a35b9bbd3e Don't force a fade-in when resuming a paused source
This needs to be handled more automatically by the mixer to work correctly.
Otherwise, requiring a property update on resume can put the source into a
playing state with the mixer never playing it, due to not having valid mixing
parameters and the mixing parameters not getting calculated because no updates
are specified by the app (and forcing an update can break deferred updates).
2017-06-09 13:32:34 -07:00
..
Include Fix source sends' initial HF absorption and decay calculation 2017-05-27 22:33:40 -07:00
alAuxEffectSlot.c Fix source sends' initial HF absorption and decay calculation 2017-05-27 22:33:40 -07:00
alBuffer.c Remove a couple more uses of BYTE3 2017-03-31 09:21:31 -07:00
alEffect.c Workaround some systems having an ECHO macro 2016-10-30 08:45:09 -07:00
alError.c Use separate atomic macros for pointers 2017-04-14 17:47:55 -07:00
alExtension.c Workaround some systems having an ECHO macro 2016-10-30 08:45:09 -07:00
alFilter.c Add a method to copy a filter's coefficients 2017-05-21 03:31:44 -07:00
alListener.c Use separate atomic macros for pointers 2017-04-14 17:47:55 -07:00
alSource.c Don't force a fade-in when resuming a paused source 2017-06-09 13:32:34 -07:00
alState.c Rename Zero-Order Hold to Nearest 2017-05-03 03:34:44 -07:00
alThunk.c Use atomic flags for the thunk array 2017-04-14 16:14:05 -07:00
sample_cvt.c Convert float samples to integer using a power-of-2 multiple 2017-03-31 09:11:28 -07:00