Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve some indentations | Chris Robinson | 2009-12-20 | 1 | -21/+18 |
| | |||||
* | Properly retrieve the device frequency | Chris Robinson | 2009-12-20 | 1 | -1/+1 |
| | |||||
* | Fix header comment for AL_PITCH | Chris Robinson | 2009-12-16 | 1 | -2/+1 |
| | |||||
* | Improve initial decay calculations for sends to reverb | Chris Robinson | 2009-12-10 | 1 | -11/+8 |
| | |||||
* | Use the specified reverb air absorption value for wet sends | Chris Robinson | 2009-12-10 | 1 | -18/+23 |
| | |||||
* | Track whether a context is suspended or not | Chris Robinson | 2009-12-09 | 2 | -4/+11 |
| | |||||
* | Store the source state locally after making sure it needs mixing | Chris Robinson | 2009-12-09 | 1 | -7/+7 |
| | |||||
* | Fix IMA ADPCM offset calculation | Chris Robinson | 2009-12-09 | 1 | -2/+2 |
| | |||||
* | Prettify CMake checks for compiler switches | Chris Robinson | 2009-12-09 | 2 | -0/+61 |
| | |||||
* | Move the pkg-config file to the base directory | Chris Robinson | 2009-12-09 | 2 | -3/+3 |
| | |||||
* | Use an inline function to calculate the low-pass filter coefficient | Chris Robinson | 2009-12-09 | 3 | -54/+29 |
| | |||||
* | Split non-attenuated source calculations into a separate function | Chris Robinson | 2009-12-09 | 1 | -84/+105 |
| | |||||
* | Fix typo for reverb creation | Chris Robinson | 2009-12-09 | 1 | -1/+1 |
| | |||||
* | Add a head-dampening option | Chris Robinson | 2009-12-08 | 4 | -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 it | Chris Robinson | 2009-12-08 | 1 | -4/+3 |
| | |||||
* | Use the correct wet filter history offset | Chris Robinson | 2009-12-07 | 1 | -1/+1 |
| | |||||
* | Internally store 32-bit float buffer data, and mix accordingly | Chris Robinson | 2009-12-07 | 4 | -64/+63 |
| | |||||
* | Move default channel order setting out of the header | Chris Robinson | 2009-12-07 | 2 | -79/+82 |
| | |||||
* | Add a simple README | Chris Robinson | 2009-12-07 | 1 | -0/+20 |
| | |||||
* | Change internal order to match WFX | Chris Robinson | 2009-12-07 | 1 | -3/+3 |
| | |||||
* | Fix 6.1 channel order | Chris Robinson | 2009-12-07 | 1 | -2/+2 |
| | |||||
* | Restrict setting some wet path values to active sends only | Chris Robinson | 2009-12-06 | 1 | -2/+2 |
| | |||||
* | Check for potential NULL accesses with the IsBadWritePtr wrapper | Chris Robinson | 2009-12-04 | 1 | -1/+1 |
| | |||||
* | Don't wait to accept stream connections | Chris Robinson | 2009-12-03 | 1 | -6/+4 |
| | |||||
* | Don't signal on synchronous changes and don't wait to accept context changes | Chris Robinson | 2009-12-02 | 1 | -6/+0 |
| | |||||
* | Remove some assumptions of 16-bit internal storage | Chris Robinson | 2009-12-02 | 2 | -44/+74 |
| | |||||
* | Use a channel-map to specify the output device channel order | Chris Robinson | 2009-12-02 | 10 | -86/+132 |
| | |||||
* | Add an option for real-time priority mixing | Chris Robinson | 2009-12-01 | 7 | -22/+59 |
| | | | | Default to disable for now, as a safety precaution | ||||
* | Properly accept PulseAudio's mainloop signal on connection failure | Chris Robinson | 2009-12-01 | 1 | -7/+7 |
| | |||||
* | Fix retrieved update size from pulseaudio | Chris Robinson | 2009-12-01 | 1 | -1/+1 |
| | |||||
* | Accept a signal only when the pulseaudio stream/context is ready | Chris Robinson | 2009-12-01 | 1 | -9/+25 |
| | |||||
* | Clamp dry gain after cone attenuation is applied | Chris Robinson | 2009-12-01 | 1 | -36/+39 |
| | |||||
* | Don't complain if the length given by pulse isn't an exact multiple of the ↵ | Chris Robinson | 2009-12-01 | 1 | -2/+2 |
| | | | | period size | ||||
* | Avoid setting a field redundantly | Chris Robinson | 2009-11-29 | 1 | -1/+0 |
| | |||||
* | 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 |
| |