Be context-agnostic in the effect Create functions
commit6d1d61026d5c5ba75986c2cd8c499bcf72549197
authorChris Robinson <chris.kcat@gmail.com>
Mon, 19 Oct 2009 14:46:53 +0000 (19 07:46 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Mon, 19 Oct 2009 14:46:53 +0000 (19 07:46 -0700)
treebc23ed399f8694bdbf483eb7221f1a2b7b3982a9
parenta4e3ca933b036102b1aed623015d007869416c7b
Be context-agnostic in the effect Create functions
This allows the effect Update functions to handle the playback frequency being
changed. By default the effects assume a maximum frequency of 192khz, however,
it can go higher at the cost of the sample buffers being cleared and the risk
of an abort() if reallocation fails
Alc/alcEcho.c
Alc/alcReverb.c
OpenAL32/Include/alAuxEffectSlot.h
OpenAL32/alAuxEffectSlot.c