AuroraOpenALSoft/OpenAL32
Chris Robinson e64d0f83cd Disable the autowah effect
There's apparently some issues with it causing noise or killing the output. It
might be due to the per-sample changes being too harsh for the filter to keep
up with, but it's not something I can take care of in time for release.

This commit should be reverted after release when work on fixing it can resume.
2014-08-06 23:38:05 -07:00
..
Include Use atomics for the device and context list heads 2014-08-01 02:04:40 -07:00
alAuxEffectSlot.c Use an ATOMIC_INIT macro instead of ATOMIC_LOAD_UNSAFE 2014-08-03 00:26:21 -07:00
alBuffer.c Remove an unused variable 2014-07-01 22:52:06 -07:00
alEffect.c Use C99 inline in more places 2013-11-04 13:44:46 -08:00
alError.c Add some casts for inline assembly atomics 2014-08-01 02:40:25 -07:00
alExtension.c Disable the autowah effect 2014-08-06 23:38:05 -07:00
alFilter.c Add a ALfilterState method to process multiple samples at once 2014-05-18 06:23:20 -07:00
alFontsound.c Store 4 modulators per map entry 2014-07-06 09:06:35 -07:00
alListener.c Explicitly pass the address of atomics and parameters that can be modified 2014-07-26 03:00:49 -07:00
alMidi.c Don't require MIDI sysex data to have the high bit clear 2014-06-26 04:35:51 -07:00
alPreset.c Make a function static 2014-07-04 00:00:39 -07:00
alSoundfont.c Make some functions static 2014-07-20 01:27:33 -07:00
alSource.c Fix some lock ordering to avoid potential deadlocks 2014-08-03 00:56:58 -07:00
alState.c Explicitly pass the address of atomics and parameters that can be modified 2014-07-26 03:00:49 -07:00
alThunk.c Fix a minor typo 2012-04-25 19:37:12 -07:00
sample_cvt.c Add some asserts to verify block alignment for conversion 2014-05-20 09:16:54 -07:00