aboutsummaryrefslogtreecommitdiffstats
path: root/alc/mixvoice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use unsigned channel indicesChris Robinson2019-09-121-3/+2
* Clean up some more implicit conversionsChris Robinson2019-09-111-14/+14
* Clean up some formattingChris Robinson2019-09-031-6/+6
* Store the voice fraction offset as unsignedChris Robinson2019-08-311-2/+1
* Make MixVoice a member functionChris Robinson2019-08-311-51/+52
* Pass a span to the Resample functionChris Robinson2019-08-201-1/+1
* Track the MixVoice sample count and fade counter as unsignedChris Robinson2019-08-201-18/+16
* Use size_t for the NFC and biquad filters' sample countChris Robinson2019-08-201-4/+4
* Pass a span for the Mix function's inputChris Robinson2019-08-201-10/+12
* Use the appropriate typeChris Robinson2019-08-181-4/+4
* Remove always-true assumptionChris Robinson2019-08-121-1/+0
* Remove multiple buffers per queue itemChris Robinson2019-08-111-92/+41
* Update some includesChris Robinson2019-08-051-1/+1
* Move some structs to where they're usedChris Robinson2019-08-041-20/+37
* Don't allow numeric values for the resampler optionChris Robinson2019-08-041-8/+1
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-041-8/+8
* Make a couple counts size_tChris Robinson2019-08-031-0/+1
* Use a smart pointer for holding the context's deviceChris Robinson2019-08-011-1/+1
* Add iterators to ALbufferlistitemChris Robinson2019-07-311-33/+29
* Properly prefix ALCcontext membersChris Robinson2019-07-301-7/+7
* Rename al/* sources to avoid camel-caseChris Robinson2019-07-291-3/+3
* Move the event declarations to a separate headerChris Robinson2019-07-291-0/+1
* Rename Alc to alcChris Robinson2019-07-281-0/+954