Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid unnecessary use of CalcAngleCoeffs | Chris Robinson | 2019-05-20 | 1 | -1/+1 |
| | |||||
* | Make sure the all-pass filter is cleared before use | Chris Robinson | 2019-04-04 | 1 | -3/+7 |
| | |||||
* | Fix MSVC error about parenthesized explicit type conversion | Chris Robinson | 2019-04-03 | 1 | -2/+2 |
| | |||||
* | Avoid directly using CalcAmbiCoeffs | Chris Robinson | 2019-04-02 | 1 | -37/+48 |
| | |||||
* | Change RealMixParams::ChannelName to better reflect its use | Chris Robinson | 2019-04-02 | 1 | -10/+11 |
| | |||||
* | Fix use of reverse_copy | Chris Robinson | 2019-03-31 | 1 | -1/+1 |
| | |||||
* | Use phase correction for the front stablizer | Chris Robinson | 2019-03-31 | 1 | -5/+50 |
| | |||||
* | Remove a couple unused member variables | Chris Robinson | 2019-03-30 | 1 | -1/+0 |
| | |||||
* | Use a temporary buffer for HRTF filter accumulation | Chris Robinson | 2019-03-29 | 1 | -2/+2 |
| | | | | | Similar to the history buffer, to avoid using the state buffer as a ring buffer. | ||||
* | Remove another unnecessary distance check | Chris Robinson | 2019-03-26 | 1 | -12/+9 |
| | |||||
* | Scale floats directly to 32-bit integer values | Chris Robinson | 2019-03-25 | 1 | -5/+5 |
| | | | | | Rather than scaling to a 25-bit integer and shifting for the extra 7 bits. This should improve precision for values closer to 0. | ||||
* | Remove a couple redundant distance checks | Chris Robinson | 2019-03-23 | 1 | -12/+4 |
| | |||||
* | Don't redundantly set the voice's direct output buffer | Chris Robinson | 2019-03-23 | 1 | -4/+0 |
| | |||||
* | Rename and move ALeffectProps | Chris Robinson | 2019-03-22 | 1 | -2/+2 |
| | |||||
* | Use MixParams for the wet buffers | Chris Robinson | 2019-03-22 | 1 | -32/+22 |
| | |||||
* | Always reset all voices on disconnect | Chris Robinson | 2019-03-16 | 1 | -28/+1 |
| | |||||
* | Pass the voice state as a parameter instead of reloading it | Chris Robinson | 2019-03-11 | 1 | -4/+4 |
| | |||||
* | Rename ALvoice fields for consistency | Chris Robinson | 2019-03-10 | 1 | -110/+106 |
| | |||||
* | Don't directly use a buffer for updating source parameters | Chris Robinson | 2019-03-10 | 1 | -25/+13 |
| | |||||
* | Avoid excessive transformations of the source position | Chris Robinson | 2019-03-10 | 1 | -44/+60 |
| | |||||
* | Add a Stopping state for voices | Chris Robinson | 2019-03-09 | 1 | -12/+7 |
| | | | | | | This currently doesn't do much, except have the mixer progress it to Stopped. It's valid to have without a source or buffers, and in the future will allow fading out when a source is paused or stopped. | ||||
* | Clear the voice's buffer when detaching from source | Chris Robinson | 2019-03-09 | 1 | -0/+4 |
| | |||||
* | Convert the device frequency to float just once | Chris Robinson | 2019-02-24 | 1 | -9/+7 |
| | |||||
* | Make sure the voice's direct buffer is always set | Chris Robinson | 2019-02-24 | 1 | -7/+5 |
| | |||||
* | Remove the FOAOut mixing buffer and associated post-processes | Chris Robinson | 2019-02-22 | 1 | -15/+0 |
| | |||||
* | Remove the unused FOAOut EffectTarget | Chris Robinson | 2019-02-22 | 1 | -2/+2 |
| | |||||
* | Mix B-Format sources directly to the dry buffer | Chris Robinson | 2019-02-21 | 1 | -19/+15 |
| | | | | Now the only thing that utilizes FOAOut is reverb output. | ||||
* | Pass the number of input channels to EffectState::process | Chris Robinson | 2019-02-21 | 1 | -1/+1 |
| | |||||
* | Allocate the effect slot wet buffer dynamically | Chris Robinson | 2019-02-20 | 1 | -19/+18 |
| | |||||
* | Rename MAX_AMBI_COEFFS and MAX_AMBI2D_COEFFS | Chris Robinson | 2019-02-19 | 1 | -6/+6 |
| | |||||
* | Reduce some indenting | Chris Robinson | 2019-02-19 | 1 | -27/+25 |
| | |||||
* | Avoid a temp buffer for the distance compensation delay | Chris Robinson | 2019-02-17 | 1 | -23/+12 |
| | |||||
* | Simply setting a couple indices | Chris Robinson | 2019-02-04 | 1 | -2/+2 |
| | |||||
* | Pass the distance to GetHrtfCoeffs | Chris Robinson | 2019-01-28 | 1 | -10/+9 |
| | |||||
* | Fix applied scalars for B-Format source mixing | Chris Robinson | 2019-01-26 | 1 | -8/+8 |
| | |||||
* | Use template declarations for the HRTF mixers | Chris Robinson | 2019-01-23 | 1 | -5/+4 |
| | |||||
* | Replace a couple more C math calls | Chris Robinson | 2019-01-14 | 1 | -2/+2 |
| | |||||
* | Constify some parameters | Chris Robinson | 2019-01-12 | 1 | -5/+5 |
| | |||||
* | Use a flexible array for DirectHrtfState and ALvoice | Chris Robinson | 2019-01-12 | 1 | -1/+1 |
| | |||||
* | Use a vector for ALeffectslotArray | Chris Robinson | 2019-01-09 | 1 | -7/+8 |
| | |||||
* | Avoid using old style casts | Filip Gawin | 2019-01-08 | 1 | -9/+9 |
| | | | | | | To think about: examples/alffplay.cpp:600 OpenAL32/Include/alMain.h:295 | ||||
* | Use nullptr in cpp files | Filip Gawin | 2019-01-07 | 1 | -2/+2 |
| | |||||
* | Apply an all-pass on the existing output when upsampling ambisonics | Chris Robinson | 2019-01-06 | 1 | -6/+6 |
| | |||||
* | Replace macros with constexpr inline functions | Chris Robinson | 2019-01-06 | 1 | -3/+5 |
| | |||||
* | Simplify MixParams and AmbiUpsampler | Chris Robinson | 2019-01-05 | 1 | -10/+8 |
| | | | | Since the dry buffer is always an ambisonic target now | ||||
* | Handle all input channels in MixDirectHrtf | Chris Robinson | 2018-12-31 | 1 | -4/+2 |
| | |||||
* | Use an atomic bool on things that only take true or false | Chris Robinson | 2018-12-30 | 1 | -1/+1 |
| | |||||
* | Use a unique_ptr for the AsyncEvents ringbuffer | Chris Robinson | 2018-12-27 | 1 | -6/+6 |
| | |||||
* | Use std::array for appropriate source and listener properties | Chris Robinson | 2018-12-26 | 1 | -6/+4 |
| | |||||
* | Avoid a lambda to find a not-null entry in an array | Chris Robinson | 2018-12-26 | 1 | -3/+4 |
| |