Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use size_t for the mixers' fade counter and outpos | Chris Robinson | 2019-08-20 | 1 | -3/+3 | |
| | ||||||
* | Use size_t for HrtfMixer functions' buffer size | Chris Robinson | 2019-08-20 | 1 | -3/+3 | |
| | ||||||
* | Pass a span to the Resample function | Chris Robinson | 2019-08-20 | 1 | -3/+2 | |
| | ||||||
* | Track the MixVoice sample count and fade counter as unsigned | Chris Robinson | 2019-08-20 | 1 | -1/+1 | |
| | ||||||
* | Pass a span for the Mix function's input | Chris Robinson | 2019-08-20 | 1 | -3/+3 | |
| | ||||||
* | Rename the Mix function input for clarity | Chris Robinson | 2019-08-20 | 1 | -1/+1 | |
| | ||||||
* | Pass the MixRow buffer size as a span | Chris Robinson | 2019-08-20 | 1 | -2/+2 | |
| | ||||||
* | Allow using a variable channel stride for MixRowSamples | Chris Robinson | 2019-08-19 | 1 | -3/+2 | |
| | ||||||
* | Don't require MixRow's output to be a FloatBufferLine | Chris Robinson | 2019-08-18 | 1 | -1/+1 | |
| | ||||||
* | Make the post-process methods member functions | Chris Robinson | 2019-08-07 | 1 | -5/+0 | |
| | ||||||
* | Update some includes | Chris Robinson | 2019-08-05 | 1 | -0/+1 | |
| | ||||||
* | Remove the ReverbSpeedOfSound hack | Chris Robinson | 2019-08-05 | 1 | -1/+0 | |
| | | | | | | | 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. | |||||
* | Don't templatize HrirArray | Chris Robinson | 2019-07-31 | 1 | -1/+1 | |
| | ||||||
* | Rename al/* sources to avoid camel-case | Chris Robinson | 2019-07-29 | 1 | -1/+1 | |
| | ||||||
* | More include cleanups | Chris Robinson | 2019-07-28 | 1 | -2/+2 | |
| | ||||||
* | Rename Alc to alc | Chris Robinson | 2019-07-28 | 1 | -0/+466 | |