aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
Commit message (Expand)AuthorAgeFilesLines
* Use a separate method to set initial HRTF coefficientsChris Robinson2014-11-244-6/+52
* Require at least pulse client 0.9.16Chris Robinson2014-11-241-48/+8
* Trace PulseAudio's active portChris Robinson2014-11-241-2/+5
* Make CalcHrtfDelta more genericChris Robinson2014-11-243-39/+40
* Move the voice's last position and gain out of the Hrtf containerChris Robinson2014-11-241-10/+10
* Rename step to stepsChris Robinson2014-11-241-4/+4
* Use a macro to reduce code duplicationChris Robinson2014-11-231-14/+12
* Avoid using ALCdevice_Lock and ALCdevice_Unlock unnecessarilyChris Robinson2014-11-231-12/+12
* Update a commentChris Robinson2014-11-231-3/+3
* Set headphones when pulse reports using the headphones portChris Robinson2014-11-231-0/+3
* Add a boolean to specify if a device is headphonesChris Robinson2014-11-231-1/+4
* Swap delta and step, remove double semicolonsChris Robinson2014-11-231-15/+15
* Remove unused channel enumsChris Robinson2014-11-231-2/+0
* Remove the cube+diamond virtual layoutChris Robinson2014-11-231-51/+7
* Add an option for a simpler virtual channel setupChris Robinson2014-11-231-21/+53
* Partially revert "Use a different method for HRTF mixing"Chris Robinson2014-11-2310-31/+498
* Handle loopback devices when deciding to use HRTFChris Robinson2014-11-231-20/+18
* Remove a couple unnecessary tracesChris Robinson2014-11-221-2/+0
* Attempt to use BS2B when using headphones without HRTFChris Robinson2014-11-221-20/+23
* Rework HRTF decision logicChris Robinson2014-11-222-36/+63
* Rename Voice's NumChannels to OutChannelsChris Robinson2014-11-222-7/+7
* Only update the necessary channelsChris Robinson2014-11-221-2/+2
* Mix DirectChannel sources to the non-virtual channel buffersChris Robinson2014-11-221-1/+18
* Store the number of output channels in the voiceChris Robinson2014-11-222-1/+3
* Remove an unnecessary union containerChris Robinson2014-11-222-7/+7
* Move a warning check earlierChris Robinson2014-11-221-8/+8
* Use a different method for HRTF mixingChris Robinson2014-11-2212-517/+163
* Balance the left and right channels for quad outputChris Robinson2014-11-211-2/+2
* Reformat a couple linesChris Robinson2014-11-211-10/+8
* Initialize panning after setting up HRTFChris Robinson2014-11-211-5/+5
* Allocate the DryBuffer dynamicallyChris Robinson2014-11-212-1/+15
* Only warn when no data file could be openedChris Robinson2014-11-191-5/+2
* Align UpdateSize for Neon, tooChris Robinson2014-11-171-1/+1
* Don't force UpdateSize to a multiple of 4 after buffer metrics were setChris Robinson2014-11-171-2/+0
* Always get the pulseaudio sink info on device resetChris Robinson2014-11-171-16/+14
* Mark a function as constChris Robinson2014-11-151-1/+1
* Remove the unused angle and elevation from the device channel configChris Robinson2014-11-151-52/+33
* Slightly increase the ambient gain volumeChris Robinson2014-11-151-1/+8
* Interpolate directional reverb gains with ambient based on vector lengthChris Robinson2014-11-151-4/+23
* Add a method to convert channel enums to a label stringChris Robinson2014-11-151-62/+64
* Don't bother with LFE in the channel setup, set the values explicitlyChris Robinson2014-11-121-90/+75
* Add the ability to use custom output channel coefficientsChris Robinson2014-11-101-0/+186
* Don't use the device lock/unlock wrappers needlesslyChris Robinson2014-11-081-4/+4
* Remove the unused wide-stereo optionChris Robinson2014-11-081-4/+0
* Allow selecting the 5.1-rear channel config from the config fileChris Robinson2014-11-081-0/+1
* Remove the long-deprecated 'format' config optionChris Robinson2014-11-081-49/+0
* Only enable the BS2B filter with stereo outputChris Robinson2014-11-071-1/+2
* Go to the next voice when a source is stoppedChris Robinson2014-11-071-1/+1
* Rename a couple parametersChris Robinson2014-11-071-3/+3
* Pas the output device channel count to ALeffectState::processChris Robinson2014-11-0712-50/+47