aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
Commit message (Collapse)AuthorAgeFilesLines
* Don't render mono as stereoChris Robinson2009-12-212-24/+24
|
* Scale samples down when converting stereo to monoChris Robinson2009-12-211-2/+5
|
* Improve some indentationsChris Robinson2009-12-201-21/+18
|
* Properly retrieve the device frequencyChris Robinson2009-12-201-1/+1
|
* Improve initial decay calculations for sends to reverbChris Robinson2009-12-101-11/+8
|
* Use the specified reverb air absorption value for wet sendsChris Robinson2009-12-101-18/+23
|
* Track whether a context is suspended or notChris Robinson2009-12-091-4/+9
|
* Store the source state locally after making sure it needs mixingChris Robinson2009-12-091-7/+7
|
* Use an inline function to calculate the low-pass filter coefficientChris Robinson2009-12-092-54/+13
|
* 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-082-6/+27
| | | | | 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-071-9/+14
|
* Move default channel order setting out of the headerChris Robinson2009-12-071-0/+79
|
* Restrict setting some wet path values to active sends onlyChris Robinson2009-12-061-2/+2
|
* 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
|
* Use a channel-map to specify the output device channel orderChris Robinson2009-12-028-84/+49
|
* Add an option for real-time priority mixingChris Robinson2009-12-015-6/+46
| | | | 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-293-6/+19
|
* Reset the kill flag after the thread has stoppedChris Robinson2009-11-295-0/+8
|
* Update AL_EXTX_source_distance_model to require explicit enablingChris Robinson2009-11-272-1/+3
| | | | The in-progress spec has been updated to reflect this
* Send multi-channel sources to auxiliary effect slotsChris Robinson2009-11-261-10/+49
| | | | | 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-251-1/+5
|
* 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
|
* 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
|
* Reorganize and improve the reverb effectChris Robinson2009-11-191-354/+895
| | | | | Code supplied by Christopher Fitzgerald. This update also implements the echo and modulation parameters.
* Better approximate the wet attenuation model for reverbChris Robinson2009-11-191-3/+18
|
* Make sure there's at least a one-sample delay for the echo's first tapChris Robinson2009-11-191-4/+4
|
* Apply the reverb room rolloff factor for EAX reverb tooChris Robinson2009-11-191-1/+2
|
* Move NextPowerOf2 to alMain.hChris Robinson2009-11-192-36/+0
|
* Move aluCart2LUTpos to alu.hChris Robinson2009-11-192-29/+0
|
* Make sure to set the new echo sample buffer and remove an unused macroChris Robinson2009-11-181-3/+1
|
* Properly lock the device when setting it disconnectedChris Robinson2009-11-012-4/+2
|
* Watch for stream and context failures from pulse, and report disconnectsChris Robinson2009-10-311-3/+30
|