aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
Commit message (Expand)AuthorAgeFilesLines
* Start and stop PortAudio's stream in the proper methodsChris Robinson2009-12-261-16/+15
* GetConfigValueBool should take an int, not a floatChris Robinson2009-12-261-1/+1
* Shorten a long lineChris Robinson2009-12-261-1/+5
* Capture as much as possible directly from PulseAudioChris Robinson2009-12-251-36/+84
* Add missing newlineChris Robinson2009-12-251-1/+1
* Undefine no longer needed macroChris Robinson2009-12-251-0/+1
* Fix incorrect error checkChris Robinson2009-12-251-1/+1
* Only use pa_stream_set_buffer_attr_callback when available (0.9.15+)Chris Robinson2009-12-251-3/+10
* Use pa_stream_begin_write when available for "zero-copy" writingChris Robinson2009-12-251-2/+36
* Check error returns instead of error stringChris Robinson2009-12-251-21/+21
* Use a 64-bit value to scale potentially-large numbersChris Robinson2009-12-242-12/+1
* Use the Pulse server-specified playback rate by defaultChris Robinson2009-12-241-1/+28
* Use pa_xmalloc instead of pa_xmalloc0Chris Robinson2009-12-241-4/+6
* Update pulse capture ring buffer in 25ms chunksChris Robinson2009-12-241-1/+2
* Don't force latency adjustment with PulseAudioChris Robinson2009-12-231-1/+1
* 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
* 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
* 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 pe...Chris Robinson2009-12-011-2/+2
* 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
* Send multi-channel sources to auxiliary effect slotsChris Robinson2009-11-261-10/+49
* 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