aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move the pkg-config file to the base directoryChris Robinson2009-12-092-3/+3
|
* Use an inline function to calculate the low-pass filter coefficientChris Robinson2009-12-093-54/+29
|
* Split non-attenuated source calculations into a separate functionChris Robinson2009-12-091-84/+105
|
* Fix typo for reverb creationChris Robinson2009-12-091-1/+1
|
* Add a head-dampening optionChris Robinson2009-12-084-6/+40
| | | | | This simulates occlusion of the player's head for sounds coming from behind, when outputing to mono or stereo
* Store the original pre-clamped distance instead of re-computing itChris Robinson2009-12-081-4/+3
|
* Use the correct wet filter history offsetChris Robinson2009-12-071-1/+1
|
* Internally store 32-bit float buffer data, and mix accordinglyChris Robinson2009-12-074-64/+63
|
* Move default channel order setting out of the headerChris Robinson2009-12-072-79/+82
|
* Add a simple READMEChris Robinson2009-12-071-0/+20
|
* Change internal order to match WFXChris Robinson2009-12-071-3/+3
|
* Fix 6.1 channel orderChris Robinson2009-12-071-2/+2
|
* Restrict setting some wet path values to active sends onlyChris Robinson2009-12-061-2/+2
|
* Check for potential NULL accesses with the IsBadWritePtr wrapperChris Robinson2009-12-041-1/+1
|
* Don't wait to accept stream connectionsChris Robinson2009-12-031-6/+4
|
* Don't signal on synchronous changes and don't wait to accept context changesChris Robinson2009-12-021-6/+0
|
* Remove some assumptions of 16-bit internal storageChris Robinson2009-12-022-44/+74
|
* Use a channel-map to specify the output device channel orderChris Robinson2009-12-0210-86/+132
|
* Add an option for real-time priority mixingChris Robinson2009-12-017-22/+59
| | | | Default to disable for now, as a safety precaution
* Properly accept PulseAudio's mainloop signal on connection failureChris Robinson2009-12-011-7/+7
|
* Fix retrieved update size from pulseaudioChris Robinson2009-12-011-1/+1
|
* Accept a signal only when the pulseaudio stream/context is readyChris Robinson2009-12-011-9/+25
|
* Clamp dry gain after cone attenuation is appliedChris Robinson2009-12-011-36/+39
|
* Don't complain if the length given by pulse isn't an exact multiple of the ↵Chris Robinson2009-12-011-2/+2
| | | | period size
* Avoid setting a field redundantlyChris Robinson2009-11-291-1/+0
|
* Enable real-time priority for ALSA, OSS, and DirectSound mixing loopsChris Robinson2009-11-294-6/+35
|
* Check for the pthread_setschedparam functionChris Robinson2009-11-292-0/+5
|
* Reset the kill flag after the thread has stoppedChris Robinson2009-11-295-0/+8
|
* Add AL_EXT_double tokens to alext.hChris Robinson2009-11-281-0/+6
|
* Call the Update effect method for null effectsChris Robinson2009-11-281-4/+2
|
* Call to the right databuffer functionChris Robinson2009-11-281-1/+1
|
* Remove unnecessary returnsChris Robinson2009-11-283-12/+0
|
* Update AL_EXTX_source_distance_model to require explicit enablingChris Robinson2009-11-276-12/+63
| | | | The in-progress spec has been updated to reflect this
* Send multi-channel sources to auxiliary effect slotsChris Robinson2009-11-262-11/+50
| | | | | They are downmixed to mono using a volume-preserving scalar, and passed through a 1-pole low-pass filter (not chained)
* Mark sources for updating when a new context is made from the deviceChris Robinson2009-11-251-0/+1
|
* Update source parameters only when they need changingChris Robinson2009-11-256-19/+196
|
* Base air absorption on distance attenuation, try 2Chris Robinson2009-11-241-8/+9
|
* Revert "Base air absorption on the distance attenuation"Chris Robinson2009-11-241-11/+11
| | | | | | | This reverts commit c7c2f9385f7bfde9962eb7743770679cca07181e. Fundamentally wrong. The -6dB rolloff is every doubling of the distance, and the (scaled) -0.05dB rolloff is supposed to be every additional unit.
* Base air absorption on the distance attenuationChris Robinson2009-11-231-11/+11
|
* Make modulation index 0 map to offset 0Chris Robinson2009-11-231-1/+1
|
* Use a 4x4 matrix to transform coordinatesChris Robinson2009-11-231-24/+31
|
* Transform all relevant vectors for converting world-space to listener-spaceChris Robinson2009-11-221-26/+22
|
* Add a function for 1-pole filteringChris Robinson2009-11-221-0/+12
|
* ALCAPIENTRY is deprecated in favor of ALC_APIENTRYChris Robinson2009-11-221-2/+2
|
* Fix alBufferDataStatic extension name in alext.hChris Robinson2009-11-221-2/+2
|
* Update the drivers config file commentChris Robinson2009-11-221-2/+4
|
* The echo should not take energy-attenuated inputChris Robinson2009-11-221-13/+12
|
* Allow unlisted backends to stay available when the drivers list ends with ,Chris Robinson2009-11-221-6/+19
|
* Print available devices before trying to open oneChris Robinson2009-11-191-14/+12
|
* Watch for NULL and empty device listsChris Robinson2009-11-191-3/+4
|