Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix and clarify the peaking biquad filter | Chris Robinson | 2019-08-10 | 1 | -6/+7 |
| | |||||
* | Simplify and fix vocal morpher pitch calculations | Chris Robinson | 2019-08-08 | 1 | -7/+4 |
| | |||||
* | Simplify the weighted decay time calculation | Chris Robinson | 2019-08-08 | 1 | -9/+5 |
| | |||||
* | Turn a couple methods into member functions | Chris Robinson | 2019-08-08 | 1 | -41/+40 |
| | |||||
* | Remove the ReverbSpeedOfSound hack | Chris Robinson | 2019-08-05 | 1 | -5/+4 |
| | | | | | | | No other effect depends on context or listener properties, so reverb being the only exception for speed of sound and meters per unit was putting extra work on the effect engine for no real reason. Especially since the reverb decay time should be the time actual time to decay irrespective of other settings. | ||||
* | Modify LIKELY and UNLIKELY to not need extra parenthesis | Chris Robinson | 2019-08-04 | 2 | -3/+3 |
| | |||||
* | Use a smart pointer for holding the context's device | Chris Robinson | 2019-08-01 | 9 | -9/+9 |
| | |||||
* | Add a common base for auto-deleting ref-counted objects | Chris Robinson | 2019-08-01 | 1 | -7/+2 |
| | | | | Which will also work as the basis for a future intrusive_ptr | ||||
* | Move another function to a ALCcontext method | Chris Robinson | 2019-07-30 | 13 | -97/+91 |
| | |||||
* | Properly prefix ALCcontext members | Chris Robinson | 2019-07-30 | 9 | -10/+10 |
| | |||||
* | More include cleanup | Chris Robinson | 2019-07-29 | 1 | -3/+4 |
| | |||||
* | Rename al/* sources to avoid camel-case | Chris Robinson | 2019-07-29 | 13 | -30/+29 |
| | |||||
* | Rename Alc to alc | Chris Robinson | 2019-07-28 | 14 | -0/+5971 |