aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/compressor.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Although it is more correct for preserving the apparent volume, the ambisonics- based panning does not work on the same power scale, making it louder by comparison.
* Combine some fields into a structChris Robinson2014-09-101-1/+1
|
* Update COPYING to the latest ↵François Cami2014-08-181-2/+2
| | | | https://www.gnu.org/licenses/old-licenses/lgpl-2.0.txt to fix the FSF' address Fix the FSF' address in the source
* 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