aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/compressor.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid AL prefix on internal effect state factory typesChris Robinson2018-02-281-8/+8
* Construct error messages using parameterized valuesChris Robinson2018-01-251-11/+13
* Provide messages for the remaining AL errorsChris Robinson2018-01-241-22/+15
* Avoid using macros to access anonymous structuresChris Robinson2018-01-111-1/+1
* Pass the context to the auxiliary effect update methodChris Robinson2017-09-211-2/+3
* Change some ALuint parameters to ALsizeiChris Robinson2017-05-021-5/+5
* Use a predefined identity matrixChris Robinson2016-09-051-10/+2
* Add a ref count to ALeffectStateChris Robinson2016-08-251-11/+21
* Get rid of an unnecessary copy of ALeffectPropsChris Robinson2016-05-131-2/+2
* Provide (mostly) lockless updates for effect slotsChris Robinson2016-05-121-3/+4
* More directly map coefficients for ambisonic mixing buffersChris Robinson2016-04-151-2/+2
* Include any first-order scaling in the FOAOut coefficientsChris Robinson2016-03-251-6/+4
* Add a specific output for first-order sourcesChris Robinson2016-03-221-1/+4
* Organize the dry buffer properties into a structChris Robinson2016-03-091-2/+2
* Rename ComputeBFormatGains to ComputeFirstOrderGainsChris Robinson2016-01-311-2/+2
* Make the compressor effect multichannelChris Robinson2016-01-281-25/+58
* Pass a pointer to the input samples array for effect processingChris Robinson2016-01-271-3/+3
* Separate calculating ambisonic coefficients from the panning gainsChris Robinson2016-01-251-2/+2
* Do up to 256 samples at a time with multi-step loopsChris Robinson2014-12-181-2/+2
* Pas the output device channel count to ALeffectState::processChris Robinson2014-11-071-3/+3
* Use a separate macro for the max output channel countChris Robinson2014-11-071-2/+2
* Use a method to set omni-directional channel gainsChris Robinson2014-11-041-6/+3
* Avoid taking the square-root of the ambient gainChris Robinson2014-10-111-1/+1
* Combine some fields into a structChris Robinson2014-09-101-1/+1
* Update COPYING to the latest https://www.gnu.org/licenses/old-licenses/lgpl-2...François Cami2014-08-181-2/+2
* Use a void* for the effect state Delete method paramChris Robinson2014-03-211-5/+2
* Fix some typesChris Robinson2014-02-071-2/+2
* Fix numeric constant type (double->float)Chris Robinson2013-12-081-2/+2
* Reimplement the compressor to work per-sampleChris Robinson2013-11-061-37/+51
* Use inline initialization for effect state factory vtablesChris Robinson2013-10-071-7/+6
* Constify the effect parameter of effect gettersChris Robinson2013-10-071-8/+4
* Use the UNUSED macro in the effectsChris Robinson2013-10-071-8/+6
* Use a macro for the silence thresholdChris Robinson2013-10-061-1/+1
* Implement the Compressor effectChris Robinson2013-10-031-0/+216