aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alu.h
Commit message (Collapse)AuthorAgeFilesLines
* Use function pointers to call the source mixerChris Robinson2011-05-061-0/+2
|
* Remove some now-unused functionsChris Robinson2010-12-081-7/+0
|
* Rename OUTPUTCHANNELS to something more descriptiveChris Robinson2010-12-011-1/+1
|
* Avoid temp storageChris Robinson2010-11-281-2/+1
|
* Uninline some functionsChris Robinson2010-11-281-120/+3
| | | | Also add -Winline to the compiler command line to watch for future inline problems
* Support rear formats directly in the mixerChris Robinson2010-11-271-0/+10
|
* Support muLaw with LoadDataChris Robinson2010-11-271-0/+14
|
* Properly clamp high pitch valuesChris Robinson2010-11-261-1/+14
|
* Decrease the buffer size moreChris Robinson2010-11-261-1/+1
|
* Make a FRACTIONONE macro, and use itChris Robinson2010-11-261-1/+2
|
* Share the interpolation functions and use them in the reverb effectChris Robinson2010-11-261-0/+16
|
* Pass the device to the mix function and localize the dry mix and click buffersChris Robinson2010-09-261-3/+1
|
* Make the SourceMix function a method of the ALsource structChris Robinson2010-09-261-0/+4
|
* Combine non-attenuated source calculation functionsChris Robinson2010-08-071-1/+0
|
* Calculate the source stepping value with the param calculationsChris Robinson2010-08-071-0/+5
|
* Combine stereo and stereo-duplicate mixersChris Robinson2010-08-051-0/+1
| | | | | Use a separate update method for stereo sources to the set appropriate channel gains
* Use a callback to specify the source update methodChris Robinson2010-08-031-0/+6
|
* Add a function to get the frame size from a formatChris Robinson2010-05-241-0/+4
|
* Reduce the mixing buffer sizeChris Robinson2010-05-241-2/+2
|
* Make stereo duplication a property of the deviceChris Robinson2010-04-201-2/+0
| | | | Further, don't use it with mono/stereo output
* Store the panning LUT in the deviceChris Robinson2010-04-081-1/+1
|
* Reduce the mixing buffers to the next power of twoChris Robinson2010-03-141-1/+1
|
* Add support for AL_EXT_DOUBLEChris Robinson2010-03-131-0/+6
|
* Use powf when availableChris Robinson2010-03-071-0/+6
|
* Change internal order to match WFXChris Robinson2009-12-071-3/+3
|
* Use a channel-map to specify the output device channel orderChris Robinson2009-12-021-2/+2
|
* Move aluCart2LUTpos to alu.hChris Robinson2009-11-191-0/+18
|
* Pass the device to aluMixDataChris Robinson2009-09-151-1/+1
|
* Add base support for ALC_EXT_disconnectChris Robinson2009-08-261-0/+1
| | | | Individual backends need to be updated to handle disconnection events
* Move a couple inline functions into the headerChris Robinson2009-06-071-2/+78
|
* Set some common macros in alu.hChris Robinson2009-05-161-0/+41
|
* Move the WetBuffer into the effect slot objectChris Robinson2009-04-111-0/+2
| | | | This should make it easier to support multiple slots
* 6.1 uses front- and back-center, not left- and right-back channelsChris Robinson2009-01-241-1/+2
|
* Reimplement panning using lookup tables, based on a patch by Christian BorssChris Robinson2009-01-241-0/+1
| | | | | | This allows speaker positions to be specified by discrete angles around the listener, providing more flexibility and configurability in placement. Additional patches to take advantage of this are forthcoming.
* Ramp channel gains to remove pops and clicks from abrupt changesChris Robinson2008-08-141-0/+13
| | | | Thanks to Christopher Fitzgerald for helping me work on it
* Add an option for duplicating stereo sources on the back speakersChris Robinson2008-02-061-0/+2
|
* Make some defines local to ALu.cChris Robinson2007-12-311-6/+0
|
* Allow 5.1 channel outputChris Robinson2007-12-261-1/+1
| | | | This doesn't use the center or LFE channel in spatial calculations, however
* Initial importChris Robinson2007-11-131-0/+26