aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
Commit message (Expand)AuthorAgeFilesLines
* Avoid unnecessary extra buffers for filter chainsChris Robinson2019-01-013-44/+46
* Don't make BiquadFilter's src and dst restrictChris Robinson2019-01-012-11/+10
* Handle all input channels in MixDirectHrtfChris Robinson2018-12-313-35/+37
* Further improve HRTF methods to avoid masking in the inner loopsChris Robinson2018-12-313-96/+159
* Use an atomic bool on things that only take true or falseChris Robinson2018-12-3010-35/+35
* Rename BackendLock to StateLockChris Robinson2018-12-309-73/+28
* Don't make the backend's lock/unlock methods noexceptChris Robinson2018-12-294-20/+14
* Get rid of ALCdevice_Lock/UnlockChris Robinson2018-12-292-9/+0
* Clean up a member nameChris Robinson2018-12-292-10/+10
* Use member functions for the sample and channel convertersChris Robinson2018-12-294-66/+55
* Add missing includes for mem_fnChris Robinson2018-12-2911-0/+11
* Don't bother with an explicit Loopback backend typeChris Robinson2018-12-293-11/+6
* Return a unique_ptr for the backendChris Robinson2018-12-2937-67/+67
* Make the backend type an enum classChris Robinson2018-12-2936-140/+135
* Get CoreAudio capture samples in one callChris Robinson2018-12-281-22/+21
* Convert the backends to use proper inheritenceChris Robinson2018-12-2838-2853/+1901
* Use static_cast instead of reinterpret_cast where possibleChris Robinson2018-12-283-20/+20
* Finish turning ancillary backend methods into member functionsChris Robinson2018-12-282-305/+301
* Turn even more methods into member functionsChris Robinson2018-12-285-271/+278
* Turn some more methods into member functionsChris Robinson2018-12-281-93/+118
* Add a method to prefix logged function namesChris Robinson2018-12-282-15/+9
* Make more methods into member functionsChris Robinson2018-12-273-351/+316
* Turn more methods into member functionsChris Robinson2018-12-273-167/+169
* Turn more methods into member functionsChris Robinson2018-12-273-85/+94
* Make some ancillary methods into member functionsChris Robinson2018-12-272-117/+131
* Use vectors instead of malloc'd buffersChris Robinson2018-12-272-42/+32
* Finish renaming backend struct fieldsChris Robinson2018-12-275-255/+246
* Rename some more struct members for consistencyChris Robinson2018-12-273-289/+285
* Fix ring buffer vector methodsChris Robinson2018-12-271-3/+3
* Get rid of the unnecessary STATIC_(UP)CAST macrosChris Robinson2018-12-2719-272/+204
* Use a proper constructor/destructor for the ALCbackend baseChris Robinson2018-12-2719-102/+96
* Rename DSound class members for consistencyChris Robinson2018-12-271-95/+95
* Return unique_ptrs instead of raw pointersChris Robinson2018-12-2715-83/+55
* Simplify resampling with CoreAudio captureChris Robinson2018-12-271-181/+136
* Use a unique_ptr for the AsyncEvents ringbufferChris Robinson2018-12-274-15/+12
* Rename some ALSA class members for consistencyChris Robinson2018-12-271-108/+108
* Recognize ambix as an alias for acn+sn3dChris Robinson2018-12-271-1/+1
* Use std::array for appropriate source and listener propertiesChris Robinson2018-12-261-6/+4
* Avoid a lambda to find a not-null entry in an arrayChris Robinson2018-12-261-3/+4
* Clean up the ring buffer struct and use member functionsChris Robinson2018-12-2616-259/+272
* Handle HRTF coefficients and values by reference where possibleChris Robinson2018-12-267-41/+40
* Avoid masking in ApplyCoeffs's inner loopChris Robinson2018-12-263-35/+62
* Improve UHJ2 encodingChris Robinson2018-12-263-53/+51
* Improve some post-process handlersChris Robinson2018-12-261-26/+26
* More aggressively try to decrement an effect's refcount in-placeChris Robinson2018-12-261-13/+17
* Avoid using a local for a temporaryChris Robinson2018-12-251-3/+3
* Do some pre-mixing fading checks once before preparing to mixChris Robinson2018-12-251-73/+88
* Add a couple more ASSUMEs for number of channels and sendsChris Robinson2018-12-251-0/+2
* Rework the pulseaudio backend to avoid an explicit mixer threadChris Robinson2018-12-251-122/+59
* Cache the process binary path and nameChris Robinson2018-12-254-18/+22