aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixvoice.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace restrict with RESTRICTChris Robinson2018-10-291-4/+4
|
* Put user events in a union structureChris Robinson2018-09-201-6/+5
|
* Use ALsizei for the source resample positionChris Robinson2018-09-181-1/+1
|
* Fix buffer queue mixing logicChris Robinson2018-09-161-11/+13
| | | | | | In particular, the source sample position was reduced by the size of the next buffer list item when one is completed, rather than the size of the one it just completed.
* Rename BiquadState to BiquadFilterChris Robinson2018-04-041-9/+9
|
* Apply biquad and T60 filters using transposed direct form IIChris Robinson2018-04-031-4/+4
|
* Store the ALbufferlistitem's composited/max sample lengthChris Robinson2018-03-271-26/+6
|
* Rename NfcFilterUpdate* to NfcFilterProcess* for consistencyChris Robinson2018-03-271-1/+1
|
* Rename ALfilterState/Type to BiquadState/TypeChris Robinson2018-03-231-9/+9
|
* Move mixer sources into a sub-directoryChris Robinson2018-03-221-0/+781