Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable real-time priority for ALSA, OSS, and DirectSound mixing loops | Chris Robinson | 2009-11-29 | 4 | -6/+35 |
| | |||||
* | Check for the pthread_setschedparam function | Chris Robinson | 2009-11-29 | 2 | -0/+5 |
| | |||||
* | Reset the kill flag after the thread has stopped | Chris Robinson | 2009-11-29 | 5 | -0/+8 |
| | |||||
* | Add AL_EXT_double tokens to alext.h | Chris Robinson | 2009-11-28 | 1 | -0/+6 |
| | |||||
* | Call the Update effect method for null effects | Chris Robinson | 2009-11-28 | 1 | -4/+2 |
| | |||||
* | Call to the right databuffer function | Chris Robinson | 2009-11-28 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary returns | Chris Robinson | 2009-11-28 | 3 | -12/+0 |
| | |||||
* | Update AL_EXTX_source_distance_model to require explicit enabling | Chris Robinson | 2009-11-27 | 6 | -12/+63 |
| | | | | The in-progress spec has been updated to reflect this | ||||
* | Send multi-channel sources to auxiliary effect slots | Chris Robinson | 2009-11-26 | 2 | -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 device | Chris Robinson | 2009-11-25 | 1 | -0/+1 |
| | |||||
* | Update source parameters only when they need changing | Chris Robinson | 2009-11-25 | 6 | -19/+196 |
| | |||||
* | Base air absorption on distance attenuation, try 2 | Chris Robinson | 2009-11-24 | 1 | -8/+9 |
| | |||||
* | Revert "Base air absorption on the distance attenuation" | Chris Robinson | 2009-11-24 | 1 | -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 attenuation | Chris Robinson | 2009-11-23 | 1 | -11/+11 |
| | |||||
* | Make modulation index 0 map to offset 0 | Chris Robinson | 2009-11-23 | 1 | -1/+1 |
| | |||||
* | Use a 4x4 matrix to transform coordinates | Chris Robinson | 2009-11-23 | 1 | -24/+31 |
| | |||||
* | Transform all relevant vectors for converting world-space to listener-space | Chris Robinson | 2009-11-22 | 1 | -26/+22 |
| | |||||
* | Add a function for 1-pole filtering | Chris Robinson | 2009-11-22 | 1 | -0/+12 |
| | |||||
* | ALCAPIENTRY is deprecated in favor of ALC_APIENTRY | Chris Robinson | 2009-11-22 | 1 | -2/+2 |
| | |||||
* | Fix alBufferDataStatic extension name in alext.h | Chris Robinson | 2009-11-22 | 1 | -2/+2 |
| | |||||
* | Update the drivers config file comment | Chris Robinson | 2009-11-22 | 1 | -2/+4 |
| | |||||
* | The echo should not take energy-attenuated input | Chris Robinson | 2009-11-22 | 1 | -13/+12 |
| | |||||
* | Allow unlisted backends to stay available when the drivers list ends with , | Chris Robinson | 2009-11-22 | 1 | -6/+19 |
| | |||||
* | Print available devices before trying to open one | Chris Robinson | 2009-11-19 | 1 | -14/+12 |
| | |||||
* | Watch for NULL and empty device lists | Chris Robinson | 2009-11-19 | 1 | -3/+4 |
| | |||||
* | Display supported filters using a comma-separated listing | Chris Robinson | 2009-11-19 | 1 | -45/+42 |
| | |||||
* | Be clearer if device opening or context setup fails | Chris Robinson | 2009-11-19 | 1 | -10/+20 |
| | |||||
* | Reorganize and improve the reverb effect | Chris Robinson | 2009-11-19 | 1 | -354/+895 |
| | | | | | Code supplied by Christopher Fitzgerald. This update also implements the echo and modulation parameters. | ||||
* | Better approximate the wet attenuation model for reverb | Chris Robinson | 2009-11-19 | 1 | -3/+18 |
| | |||||
* | Make sure there's at least a one-sample delay for the echo's first tap | Chris Robinson | 2009-11-19 | 1 | -4/+4 |
| | |||||
* | Apply the reverb room rolloff factor for EAX reverb too | Chris Robinson | 2009-11-19 | 1 | -1/+2 |
| | |||||
* | Move NextPowerOf2 to alMain.h | Chris Robinson | 2009-11-19 | 3 | -36/+18 |
| | |||||
* | Move aluCart2LUTpos to alu.h | Chris Robinson | 2009-11-19 | 4 | -32/+18 |
| | |||||
* | Make sure to set the new echo sample buffer and remove an unused macro | Chris Robinson | 2009-11-18 | 1 | -3/+1 |
| | |||||
* | Release 1.10.622openal-soft-1.10.622 | Chris Robinson | 2009-11-08 | 1 | -2/+2 |
| | |||||
* | Handle NULL effect objects as AL_EFFECT_NULL effects | Chris Robinson | 2009-11-05 | 2 | -20/+19 |
| | |||||
* | Handle setting AL_EFFECT_NULL effect types on a slot | Chris Robinson | 2009-11-05 | 1 | -0/+43 |
| | |||||
* | Use the DXSDK_DIR variable when set | Chris Robinson | 2009-11-02 | 1 | -0/+12 |
| | |||||
* | Use a realtime clock for measuring time | Chris Robinson | 2009-11-01 | 2 | -1/+16 |
| | |||||
* | Properly lock the device when setting it disconnected | Chris Robinson | 2009-11-01 | 2 | -4/+2 |
| | |||||
* | Watch for stream and context failures from pulse, and report disconnects | Chris Robinson | 2009-10-31 | 1 | -3/+30 |
| | |||||
* | Fix length calculation for pulse | Chris Robinson | 2009-10-31 | 1 | -1/+1 |
| | |||||
* | Set a proper channel map for PulseAudio | Chris Robinson | 2009-10-31 | 1 | -1/+41 |
| | |||||
* | Mix all updates PulseAudio requests | Chris Robinson | 2009-10-31 | 1 | -5/+7 |
| | |||||
* | Watch for buffer attribute changes from PulseAudio | Chris Robinson | 2009-10-31 | 1 | -6/+21 |
| | |||||
* | Use signals to watch for state changes | Chris Robinson | 2009-10-31 | 1 | -12/+42 |
| | | | | This partially reverts commit 617b6728d3bf4f3922f87702260d848b9ae88340 | ||||
* | Properly free the device name | Chris Robinson | 2009-10-31 | 2 | -4/+4 |
| | |||||
* | Remove some unneeded buffer fields, make padding a constant amount | Chris Robinson | 2009-10-25 | 4 | -28/+17 |
| | |||||
* | Remove the format and frequency from the source, get them manually | Chris Robinson | 2009-10-25 | 3 | -15/+24 |
| | |||||
* | Small fixups | Chris Robinson | 2009-10-25 | 1 | -9/+10 |
| |