aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
Commit message (Expand)AuthorAgeFilesLines
...
* Apply the vector all-pass separate on uninterleaved samplesChris Robinson2018-08-051-159/+310
* Apply the reverb's T60 filter in groups of samplesChris Robinson2018-08-051-54/+78
* Mix reverb samples right after generating themChris Robinson2018-08-041-31/+36
* Scale the reverb decay weights to cover up to 20khzChris Robinson2018-08-031-11/+16
* Trace the NFC reference distance when setChris Robinson2018-08-031-0/+1
* Apply late reverb density gain adjustment on outputChris Robinson2018-08-011-22/+17
* Fix late reverb density gain blend weightsChris Robinson2018-08-011-4/+4
* Use just the omnidirectional response for the compressor effectChris Robinson2018-07-291-64/+58
* Inline the autowah peaking filter processingChris Robinson2018-07-281-39/+74
* Mark a couple parameters as unusedChris Robinson2018-07-251-1/+1
* EFX: Enable 3D processingRaulshc2018-07-251-20/+17
* EFX: Add 3D processing for autowahRaulshc2018-07-251-36/+55
* EFX: Autowah implementationRaulshc2018-07-252-2/+271
* Limit the normalized filter frequency to under halfChris Robinson2018-07-211-1/+1
* Improve handling of 0hz ring modulator frequencyChris Robinson2018-07-211-5/+13
* Start an extension to allow source filter gains greater than 1Chris Robinson2018-07-151-0/+1
* Prefer sndio over OSS when both are enabledTobias Kortkamp2018-06-221-3/+3
* Properly get the full executable and pathname on FreeBSDChris Robinson2018-06-081-4/+4
* Always prepare the ALSA PCM handle before starting captureChris Robinson2018-06-081-2/+9
* Stop capture devices while closingkdhp2018-06-081-0/+6
* Clamp the maximum normalized reference frequency tooChris Robinson2018-06-031-1/+1
* Use a higher normalized frequency limit for the ring modulatorChris Robinson2018-06-021-1/+1
* Use the biquad high-pass in the ring modulatorChris Robinson2018-05-311-10/+6
* Slightly simplify the modulator square wave generatorChris Robinson2018-05-311-3/+3
* EFX: Ring modulator fixesRaulshc2018-05-311-3/+3
* Avoid extra sample copies and storage in the modulator effectChris Robinson2018-05-291-7/+6
* Use fastf2i instead of manual rounding in another placeChris Robinson2018-05-291-1/+2
* Use a macro to handle common case formattingChris Robinson2018-05-271-21/+10
* Avoid setting unnecessary variablesChris Robinson2018-05-261-10/+0
* Don't hardcode the max channels for HRTF B-Format decodingChris Robinson2018-05-263-8/+5
* Improve formatting of the hilbert functionChris Robinson2018-05-241-1/+1
* Clamp the dither depth between 2 and 20 bitsChris Robinson2018-05-231-3/+6
* Add some LIKELY and ASSUME statementsChris Robinson2018-05-231-1/+8
* Fix a function comment about a return valueChris Robinson2018-05-231-3/+1
* Remove unused functionChris Robinson2018-05-231-10/+0
* Use a tighter loop to handle the frequency shifter's fifoChris Robinson2018-05-221-33/+39
* Use fixed point for the frequency shifter's phaseChris Robinson2018-05-221-16/+14
* Fix a couple property variable namesChris Robinson2018-05-221-7/+7
* Improve the frequency shifter output accum handlingChris Robinson2018-05-221-9/+8
* Fix formatting and line endingsChris Robinson2018-05-221-323/+326
* Merge pull request #193 from Raulshc/Frequency-shifterkcat2018-05-222-1/+328
|\
| * EFX: Frequency Shifter implementationRaulshc2018-05-202-1/+328
* | Add a method to queue multiple buffer layers onto a sourceChris Robinson2018-05-211-0/+8
* | Further clarify a comment about float precisionChris Robinson2018-05-211-3/+3
* | Simplify counting for the bsinc FIR loopChris Robinson2018-05-192-8/+16
* | Accumulate ambisonic upsampler gains using double-precisionChris Robinson2018-05-181-4/+4
|/
* Add a function to calculate coefficients from X, Y, Z componentsChris Robinson2018-05-171-6/+3
* Simplify counting for SIMD MixRow functionsChris Robinson2018-05-152-16/+20
* Fix a function commentChris Robinson2018-05-151-2/+3
* Undefine the correct macrosChris Robinson2018-05-151-2/+2