Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Boost the direct-pan reverb to better match the expected volume | Chris Robinson | 2016-02-05 | 1 | -0/+2 |
| | | | | | Hopefully. Would be nice to have a reference implementation for this style of reverb to compare with. | ||||
* | Update a couple outdated comments | Chris Robinson | 2016-02-05 | 1 | -3/+1 |
| | |||||
* | Apply the early and late reverb gains with the panning gains | Chris Robinson | 2016-02-05 | 1 | -26/+28 |
| | |||||
* | Better organize the reverb code into separate labeled sections | Chris Robinson | 2016-02-05 | 1 | -425/+442 |
| | |||||
* | Separate early and late reverb output for standard reverb too | Chris Robinson | 2016-02-05 | 1 | -33/+27 |
| | |||||
* | Modify how the four output reverb points are calculated | Chris Robinson | 2016-02-05 | 1 | -40/+62 |
| | | | | | For HRTF and B-Format output, the points no longer move but instead scale based on the desired panning direction. | ||||
* | Try to map reverb outputs directly to output channels | Chris Robinson | 2016-02-01 | 1 | -2/+77 |
| | | | | | | | | | HRTF and B-Format output still need to use virtual panning directions, but the reverb works better when it outputs directly to an output channel. Ambient and directional panning is used to properly mask and attenuate each output channel. Note that currently the "direct panning" output is quieter than it should be. Work is underway to attenuate the early reflections and late reverb better. | ||||
* | Apply the main reverb gain with the panning | Chris Robinson | 2016-02-01 | 1 | -13/+12 |
| | |||||
* | Fix an out of date comment | Chris Robinson | 2016-01-31 | 1 | -4/+2 |
| | |||||
* | Rename ComputeBFormatGains to ComputeFirstOrderGains | Chris Robinson | 2016-01-31 | 3 | -6/+6 |
| | |||||
* | Make the modulator effect multichannel | Chris Robinson | 2016-01-29 | 1 | -22/+41 |
| | |||||
* | Use separate modulator functions only for the waveform | Chris Robinson | 2016-01-29 | 1 | -56/+42 |
| | |||||
* | Convert the equalizer effect to multichannel | Chris Robinson | 2016-01-29 | 1 | -33/+90 |
| | |||||
* | Make the compressor effect multichannel | Chris Robinson | 2016-01-28 | 1 | -25/+58 |
| | |||||
* | Pass a pointer to the input samples array for effect processing | Chris Robinson | 2016-01-27 | 11 | -27/+27 |
| | |||||
* | Separate calculating ambisonic coefficients from the panning gains | Chris Robinson | 2016-01-25 | 11 | -35/+47 |
| | |||||
* | Reorder filterstate properties | Chris Robinson | 2016-01-23 | 2 | -19/+18 |
| | |||||
* | Don't overwrite the output with the dedicated effect | Chris Robinson | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | Simplify reverb panning rotations | Chris Robinson | 2015-11-07 | 1 | -4/+4 |
| | |||||
* | Pan each early/late delay line separately | Chris Robinson | 2015-11-05 | 1 | -56/+70 |
| | |||||
* | Remove an unneeded memset that was overwriting memory | Chris Robinson | 2015-11-05 | 1 | -2/+0 |
| | |||||
* | Pass in the Q parameter for setting the filter parameters | Chris Robinson | 2015-11-01 | 4 | -21/+36 |
| | | | | Also better handle the peaking filter gain. | ||||
* | Use modff to split the modulation delay components | Chris Robinson | 2015-10-31 | 1 | -4/+3 |
| | |||||
* | Mix reverb to output in the inner loop | Chris Robinson | 2015-10-29 | 1 | -41/+39 |
| | |||||
* | Include the echo's attenuation of the late reverb in the late reverb gain | Chris Robinson | 2015-10-29 | 1 | -24/+29 |
| | |||||
* | Do up to 256 samples per reverb inner loop iteration | Chris Robinson | 2015-10-29 | 1 | -2/+3 |
| | |||||
* | Always update all reverb properties | Chris Robinson | 2015-10-28 | 1 | -68/+44 |
| | | | | | | The EAX-only effect properties will be set to compatible defaults when standard reverb is set, and the EAX-only effects will be skipped during sample processing. | ||||
* | Do multiple samples at once in each reverb component | Chris Robinson | 2015-10-28 | 1 | -245/+267 |
| | |||||
* | Rename F_2PI to F_TAU | Chris Robinson | 2015-09-13 | 5 | -7/+7 |
| | |||||
* | Do up to 256 samples at a time with multi-step loops | Chris Robinson | 2014-12-18 | 8 | -23/+21 |
| | |||||
* | Improve ambient gain calculations | Chris Robinson | 2014-11-25 | 1 | -4/+4 |
| | |||||
* | Fix reverb panning direction | Chris Robinson | 2014-11-25 | 1 | -2/+2 |
| | |||||
* | Interpolate directional reverb gains with ambient based on vector length | Chris Robinson | 2014-11-15 | 1 | -4/+23 |
| | |||||
* | Pas the output device channel count to ALeffectState::process | Chris Robinson | 2014-11-07 | 11 | -48/+45 |
| | |||||
* | Use a separate macro for the max output channel count | Chris Robinson | 2014-11-07 | 10 | -25/+25 |
| | |||||
* | Set gains using the device channel index | Chris Robinson | 2014-11-05 | 1 | -4/+6 |
| | |||||
* | Use a method to set omni-directional channel gains | Chris Robinson | 2014-11-04 | 6 | -19/+9 |
| | |||||
* | Avoid taking the square-root of the ambient gain | Chris Robinson | 2014-10-11 | 6 | -40/+20 |
| | | | | | | 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. | ||||
* | Add a helper to search for a channel index by name | Chris Robinson | 2014-10-02 | 1 | -11/+7 |
| | |||||
* | Make ComputeAngleGains use ComputeDirectionalGains | Chris Robinson | 2014-10-02 | 5 | -44/+74 |
| | |||||
* | Combine some fields into a struct | Chris Robinson | 2014-09-10 | 6 | -7/+7 |
| | |||||
* | Remove a couple unnecessary typedefs | Chris Robinson | 2014-08-24 | 1 | -2/+2 |
| | |||||
* | Update COPYING to the latest ↵ | François Cami | 2014-08-18 | 10 | -20/+20 |
| | | | | https://www.gnu.org/licenses/old-licenses/lgpl-2.0.txt to fix the FSF' address Fix the FSF' address in the source | ||||
* | Use logarithmic adjustment for the gain in the autowah effect | Chris Robinson | 2014-05-17 | 1 | -7/+7 |
| | |||||
* | Use an enum for the chorus and flanger waveforms | Chris Robinson | 2014-05-14 | 2 | -16/+54 |
| | |||||
* | Make LOWPASSFREQREF a float value | Chris Robinson | 2014-05-11 | 2 | -2/+2 |
| | |||||
* | Use a void* for the effect state Delete method param | Chris Robinson | 2014-03-21 | 11 | -54/+34 |
| | |||||
* | Change the autowah to have a cutoff range of 20Hz to 20KHz | Chris Robinson | 2014-02-07 | 1 | -1/+1 |
| | | | | | | This is the same as allowed in the SF2 spec for its filter cutoff generator, which can be used for a wah effect in MIDI. It makes sense to use a similar range here. | ||||
* | Fix some types | Chris Robinson | 2014-02-07 | 2 | -4/+4 |
| | |||||
* | Use a different autowah filter range | Chris Robinson | 2013-12-20 | 1 | -1/+1 |
| | | | | Still just guesses, but this seems to avoid math problems with low peak gains. |