aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer
Commit message (Collapse)AuthorAgeFilesLines
* Use a step counter for gain steppingChris Robinson2018-05-144-76/+100
| | | | | This should provide more stable stepping, preventing floating-point errors from accumulating on each step/sample.
* Add some more ASSUME statementsChris Robinson2018-04-213-0/+6
|
* Remove unnecessary undefsChris Robinson2018-04-193-3/+0
|
* Add some ASSUME statements that ensure mixing at least 1 sampleChris Robinson2018-04-186-0/+25
|
* Add an ASSUME macro that requires a true conditionChris Robinson2018-04-173-0/+6
|
* Move the filter implementation to a separate directoryChris Robinson2018-03-221-39/+0
|
* Rename mixer_inc.c to hrtf_inc.cChris Robinson2018-03-224-3/+3
|
* Move mixer sources into a sub-directoryChris Robinson2018-03-228-0/+1100