aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move mixers into separate source filesChris Robinson2012-08-157-419/+617
* Add an SSE-enhanced HRTF mixer using intrinsicsChris Robinson2012-08-145-3/+57
* Fix a typoChris Robinson2012-08-131-1/+1
* Add a config option to disable use of CPU extensionsChris Robinson2012-08-134-10/+52
* Allow building multiple types of mixers, selecting based on CPU capsChris Robinson2012-08-131-47/+64
* Check for some CPU extensionsChris Robinson2012-08-135-0/+71
* Don't unlock the pulseaudio mainloop when mixingChris Robinson2012-08-121-2/+0
* Handle the scalar values a bit betterChris Robinson2012-08-112-6/+6
* Use a more efficient method to blend HRTF delays and coefficientsChris Robinson2012-08-111-26/+42
* Add an option for wide stereo sourcesChris Robinson2012-08-094-2/+29
* Use a more efficient method to offset the speaker angles when computing gainsChris Robinson2012-08-091-29/+35
* Interpolate between HRTF delay samples using the delay fractionChris Robinson2012-07-203-12/+23
* Increase the directional change sensitivity for the HRTF deltaChris Robinson2012-07-201-1/+1
* Fix an inadvertent change in the HRTF coefficient stepping value array sizeChris Robinson2012-07-191-1/+1
* Use wrappers for float-typed math functionsChris Robinson2012-06-2910-105/+94
* Test the squared length of a vector before normalizingChris Robinson2012-06-281-8/+6
* Minor typo fixesChris Robinson2012-06-281-2/+2
* Don't use all caps for enum value namesChris Robinson2012-06-2815-205/+205
* Don't try to set FE_TOWARDZERO when it's not availableChris Robinson2012-06-281-0/+2
* Clamp the Y position before trying to get the elevationChris Robinson2012-06-281-2/+3
* Add some includesChris Robinson2012-06-201-0/+9
* Add missing includeChris Robinson2012-06-191-0/+1
* Use a proper method to wait for a PulseAudio operationChris Robinson2012-06-191-18/+19
* Remove an unused includeChris Robinson2012-06-191-3/+0
* Don't needlessly verify a deviceChris Robinson2012-06-191-5/+6
* Remove an outdated comment about _REENTRANTChris Robinson2012-06-181-2/+1
* Silence some GCC warningsChris Robinson2012-06-171-0/+4
* Only try float32 with DSound when specifically requestedChris Robinson2012-06-171-1/+4
* Avoid failing if ALSA can't set a buffer or period time near to our requestChris Robinson2012-06-161-21/+2
* Allow PulseAudio to spawn a server by defaultChris Robinson2012-06-162-6/+4
* Add an option to allow PulseAudio to move streamsChris Robinson2012-06-162-3/+34
* Clarify some comments, fix some definition ordering, and add some includesChris Robinson2012-06-154-11/+18
* Add DEVPKEY_Device_FriendlyName declaration for mingw-w64 compatibilityChris Robinson2012-06-141-0/+3
* Add some more entries to .gitignoreChris Robinson2012-05-091-0/+4
* Rename AllDevice -> AllDevicesChris Robinson2012-05-0915-33/+33
* Clamp the ALSA period time between min and max if setting near failsChris Robinson2012-05-081-1/+17
* Clamp the ALSA buffer time between min and max if setting near failsChris Robinson2012-05-071-1/+18
* Look for libsndio.so.2 instead of libsndio.soChris Robinson2012-05-051-1/+1
* Only use _FPU_GETCW and _FPU_SETCW for x86 targetsChris Robinson2012-05-031-2/+2
* Use 2 chained one-pole filters for the wet pathChris Robinson2012-04-303-11/+10
* Use ComputeAngleGains for multi-channel sources and remove the unused lookup ...Chris Robinson2012-04-294-85/+4
* Remove the stereodup optionChris Robinson2012-04-294-45/+1
* Fix a couple comment typos, and a minor cleanupChris Robinson2012-04-291-12/+6
* Use ComputeAngleGains for 3D soundsChris Robinson2012-04-281-24/+20
* Fix ComputeAngleGainsChris Robinson2012-04-281-61/+99
* Use ComputeAngleGains for the echo and dedicated effectsChris Robinson2012-04-282-29/+5
* Add a method to calculate gains given a sound point and its half-width, and u...Chris Robinson2012-04-283-32/+173
* Flip the parameters to aluCart2LUTpos, so it behaves a bit more like atan2Chris Robinson2012-04-286-12/+12
* Pass the direct/send params to the mixer instead of accessing through the sourceChris Robinson2012-04-282-17/+23
* Apply the listener gain with the filterChris Robinson2012-04-281-11/+8