aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
Commit message (Expand)AuthorAgeFilesLines
* Move the voice's last position and gain out of the Hrtf containerChris Robinson2014-11-241-2/+3
* Add a boolean to specify if a device is headphonesChris Robinson2014-11-231-0/+1
* Remove unused channel enumsChris Robinson2014-11-231-2/+0
* Remove the cube+diamond virtual layoutChris Robinson2014-11-231-1/+1
* Partially revert "Use a different method for HRTF mixing"Chris Robinson2014-11-233-1/+22
* Attempt to use BS2B when using headphones without HRTFChris Robinson2014-11-221-1/+0
* Rework HRTF decision logicChris Robinson2014-11-221-0/+1
* Remove an unused macroChris Robinson2014-11-221-3/+0
* Rename Voice's NumChannels to OutChannelsChris Robinson2014-11-221-1/+1
* Store the number of output channels in the voiceChris Robinson2014-11-221-0/+1
* Remove an unnecessary union containerChris Robinson2014-11-221-3/+1
* Use a different method for HRTF mixingChris Robinson2014-11-223-41/+35
* Allocate the DryBuffer dynamicallyChris Robinson2014-11-211-1/+1
* Remove the unused angle and elevation from the device channel configChris Robinson2014-11-151-2/+0
* Remove the unused wide-stereo optionChris Robinson2014-11-081-3/+0
* Move a declarationChris Robinson2014-11-071-1/+2
* Pas the output device channel count to ALeffectState::processChris Robinson2014-11-072-2/+6
* Rename speakers to channels, and remove an old incorrect commentChris Robinson2014-11-071-4/+2
* Use a separate macro for the max output channel countChris Robinson2014-11-072-12/+11
* Fix 5.1 surround soundChris Robinson2014-11-071-2/+2
* Remove the channel name from ChannelConfigChris Robinson2014-11-051-1/+0
* Use a method to set omni-directional channel gainsChris Robinson2014-11-041-14/+7
* Avoid the ALCdevice_Lock/Unlock wrapper in some placesChris Robinson2014-11-011-2/+3
* Support AL_EXT_MULAW_BFORMATChris Robinson2014-10-311-0/+2
* Support B-Format source rotation with AL_ORIENTATIONChris Robinson2014-10-313-10/+104
* Rename the source's Orientation to DirectionChris Robinson2014-10-312-10/+10
* Add preliminary AL_EXT_BFORMAT supportChris Robinson2014-10-314-1/+42
* Make alcSuspendContext and alcProcessContext batch updatesChris Robinson2014-10-122-72/+5
* Add a helper to search for a channel index by nameChris Robinson2014-10-021-0/+17
* Store default speaker configurations in a structChris Robinson2014-10-021-11/+14
* Make ComputeAngleGains use ComputeDirectionalGainsChris Robinson2014-10-022-5/+6
* Don't use ComputeAngleGains for SetGainsChris Robinson2014-10-021-1/+5
* Use an ambisonics-based panning methodChris Robinson2014-09-302-0/+13
* Combine some fields into a structChris Robinson2014-09-101-3/+6
* Invert the ChannelOffsets arrayChris Robinson2014-09-101-1/+2
* Remove the GetLatency method from the old BackendFuncsChris Robinson2014-09-081-4/+0
* Convert the winmm backend to the new backend APIChris Robinson2014-09-081-3/+0
* Make the fontsound's buffer and link fields atomicChris Robinson2014-09-033-17/+25
* Protect alProcessUpdatesSOFT with a lockChris Robinson2014-09-031-2/+2
* Use proper atomics for the thunk arrayChris Robinson2014-09-031-12/+13
* Make the buffer's pack and unpack properties atomicChris Robinson2014-09-032-11/+11
* Remove a couple unnecessary typedefsChris Robinson2014-08-241-3/+0
* Convert the wave writer backend to the new APIChris Robinson2014-08-241-3/+0
* Use al_malloc/al_free for default allocatorsChris Robinson2014-08-241-2/+2
* Rename activesource to voiceChris Robinson2014-08-215-52/+51
* Use an array of objects for active sources instead of pointersChris Robinson2014-08-213-48/+37
* Use a NULL source for inactive activesourcesChris Robinson2014-08-214-36/+45
* Update COPYING to the latest https://www.gnu.org/licenses/old-licenses/lgpl-2...François Cami2014-08-1810-20/+20
* ALC_SOFT_pause_device is finishedChris Robinson2014-08-121-10/+0
* Disable the autowah effectChris Robinson2014-08-061-0/+2