aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use an event to signal the mmdevapi backend to mixChris Robinson2011-07-211-15/+43
* Use DSound notifications to wake up the mixer threadChris Robinson2011-07-212-7/+57
* Add an option to emulate EAX reverb using standard reverbChris Robinson2011-07-204-1/+12
* Add a config option to boost reverb outputChris Robinson2011-07-204-1/+26
* Set real-time priority for the WaveOut backendChris Robinson2011-07-201-0/+2
* Scale reverb output based on the number of channelsChris Robinson2011-07-201-2/+7
* Make sure some effect property values are finiteChris Robinson2011-07-201-3/+3
* Make sure some listener property values are finiteChris Robinson2011-07-201-18/+35
* Make sure source vectors are finite valuesChris Robinson2011-07-201-12/+27
* Look for an isfinite functionChris Robinson2011-07-201-0/+10
* Slightly improve the gain change delta calculationChris Robinson2011-07-191-2/+3
* Add a lost commentChris Robinson2011-07-181-1/+2
* Improve buffer metrics when using the MMDevAPI backendChris Robinson2011-07-171-9/+10
* Simplify some reverb update calculationsChris Robinson2011-07-171-2/+2
* Apply the click removal offset first, before decreasing itChris Robinson2011-07-171-2/+2
* Fix GetMovingHrtfCoeffs return typeChris Robinson2011-07-172-2/+2
* Scale the delay down once for the post-stepping mix loopChris Robinson2011-07-171-4/+6
* Invert the device channel mapChris Robinson2011-07-173-137/+109
* Add a couple new functions to handle deferred updatesChris Robinson2011-07-164-13/+67
* Fade between HRTF coefficients, to reduce noise from sudden changesChris Robinson2011-07-166-35/+285
* Fix some format typesChris Robinson2011-07-161-4/+4
* Apply the slot gain during the effect update methodChris Robinson2011-07-164-72/+80
* Request a slot update when the gain changesChris Robinson2011-07-161-0/+3
* Pass the effect slot to the effect update methodChris Robinson2011-07-168-63/+70
* Allow effect slots to be updated asynchronouslyChris Robinson2011-07-164-6/+29
* Warn about HRTF being disabled in the compatibility check functionChris Robinson2011-07-162-5/+4
* Improve the external HRTF data file formatChris Robinson2011-07-161-30/+107
* Make the sample rate part of the HRTF structChris Robinson2011-07-151-5/+7
* Use both root paths when looking for Wine headers, and disable them by defaultChris Robinson2011-07-131-2/+3
* Rename the ERROR macro to ERRChris Robinson2011-07-1319-209/+209
* Fix CMAKE_FIND_ROOT_PATH in XCompile.txtChris Robinson2011-07-131-4/+4
* Avoid holding the global list lock while calling some capture methodsChris Robinson2011-07-131-6/+28
* Use the correct send slot when mixingChris Robinson2011-07-111-2/+2
* Fix default room air absorptionChris Robinson2011-07-111-2/+2
* Always pass the slot's effect to the update methodChris Robinson2011-07-111-1/+1
* Avoid some alListenerfv calls while under the context lockChris Robinson2011-07-111-9/+12
* Update the context when an auxiliary slot is modifiedChris Robinson2011-07-111-23/+2
* Use a flag to signifiy that all sources need updatingChris Robinson2011-07-115-118/+21
* Avoid some alGet* duplicationChris Robinson2011-07-111-56/+44
* Trace device update size and countChris Robinson2011-07-111-4/+6
* Trace when the format is being requestedChris Robinson2011-07-101-2/+10
* Avoid redundantly tracing HRTF statusChris Robinson2011-07-101-1/+2
* Trace device parameters when updatingChris Robinson2011-07-101-0/+6
* Accept "openal soft" and "openal-soft" to open a deviceChris Robinson2011-07-101-2/+2
* Replace some AL_PRINT calls with proper loggingChris Robinson2011-07-102-5/+5
* Use logging macros in the opensl backendChris Robinson2011-07-101-1/+1
* Use logging macros in the wave backendChris Robinson2011-07-101-4/+4
* Use logging macros in the solaris backendChris Robinson2011-07-101-8/+8
* Use logging macros in the winmm backendChris Robinson2011-07-101-6/+6
* Use logging macros in the coreaudio backendChris Robinson2011-07-101-45/+43