AuroraOpenALSoft/Alc
Chris Robinson 611bd0b2d3 Add a method to calculate gains given a sound point and its half-width, and use it for reverb
The half-width ranges from 0 to pi, and essentially specifies the coverage area
around the listener. At 0, it's an infinitely small point sound and behaves
like a usual panning sound. At pi/2 it covers half the area, and at pi it
covers the whole area.
2012-04-28 08:21:53 -07:00
..
backends Check the right playback device file with OSS 2012-04-22 05:06:44 -07:00
ALc.c Reorganize some ALsource fields 2012-04-27 01:36:13 -07:00
alcConfig.c Avoid size_t and ssize_t in some places 2011-09-20 11:40:56 -07:00
alcDedicated.c Flip the parameters to aluCart2LUTpos, so it behaves a bit more like atan2 2012-04-28 03:58:58 -07:00
alcEcho.c Flip the parameters to aluCart2LUTpos, so it behaves a bit more like atan2 2012-04-28 03:58:58 -07:00
alcModulator.c Pass a device to the effect update functions 2012-03-13 14:49:58 -07:00
alcReverb.c Add a method to calculate gains given a sound point and its half-width, and use it for reverb 2012-04-28 08:21:53 -07:00
alcRing.c Avoid a junk sample at the start of the ring buffer, and allocate the buffer 2011-06-27 14:30:45 -07:00
alcThread.c Set a 1MB stack size for created threads 2012-04-16 19:15:48 -07:00
ALu.c Flip the parameters to aluCart2LUTpos, so it behaves a bit more like atan2 2012-04-28 03:58:58 -07:00
bs2b.c Use memset to clear the bs2b filter's last sample and remove the unused is_clear function 2012-02-19 13:09:29 -08:00
helpers.c Remove an unused property key definition 2012-03-12 12:56:52 -07:00
hrtf_tables.inc Update HRTF coefficients 2011-07-01 05:08:57 -07:00
hrtf.c Use the correct loop count for reading the elevation offsets from external HRTF files 2012-03-17 03:42:07 -07:00
mixer.c Pass the direct/send params to the mixer instead of accessing through the source 2012-04-28 03:31:13 -07:00
panning.c Add a method to calculate gains given a sound point and its half-width, and use it for reverb 2012-04-28 08:21:53 -07:00