Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make FPUCtl methods noexcept | Chris Robinson | 2020-12-31 | 2 | -12/+10 | |
| | ||||||
* | Move cpu_caps and fpu_ctrl to core | Chris Robinson | 2020-12-31 | 10 | -17/+17 | |
| | ||||||
* | Remove an unnecessary include | Chris Robinson | 2020-12-31 | 1 | -2/+0 | |
| | ||||||
* | Add NEON-enhanced FIR loops for convolution and UHJ | Chris Robinson | 2020-12-31 | 2 | -0/+83 | |
| | ||||||
* | Assume run-time NEON support if detected by cmake | Chris Robinson | 2020-12-31 | 1 | -45/+2 | |
| | ||||||
* | Check for SSE and NEON earlier | Chris Robinson | 2020-12-31 | 1 | -71/+84 | |
| | ||||||
* | Avoid ugly reinterpret_casts with offsetof | Chris Robinson | 2020-12-29 | 1 | -6/+12 | |
| | ||||||
* | Combine multiple functions into one | Chris Robinson | 2020-12-28 | 3 | -42/+25 | |
| | ||||||
* | Return an intrusive_ptr from EffectStateFactory::create | Chris Robinson | 2020-12-28 | 16 | -21/+35 | |
| | ||||||
* | Workaround a GCC 5 constexpr function bug | Chris Robinson | 2020-12-28 | 1 | -0/+5 | |
| | ||||||
* | Remove extraneous semicolor | Chris Robinson | 2020-12-28 | 1 | -1/+1 | |
| | ||||||
* | Avoid including voice.h in alcontext.h | Chris Robinson | 2020-12-27 | 7 | -1/+10 | |
| | ||||||
* | Reduce a few lines | Chris Robinson | 2020-12-27 | 1 | -4/+1 | |
| | ||||||
* | Reorder some device fields | Chris Robinson | 2020-12-27 | 1 | -25/+26 | |
| | ||||||
* | Use a unique_ptr to hold DistanceComp data | Chris Robinson | 2020-12-27 | 4 | -48/+49 | |
| | ||||||
* | Use smaller types for enums | Chris Robinson | 2020-12-27 | 4 | -5/+5 | |
| | ||||||
* | Remove some unnecessary constructors | Chris Robinson | 2020-12-27 | 2 | -25/+12 | |
| | ||||||
* | Make FlexArray trivially destructible when possible | Chris Robinson | 2020-12-27 | 1 | -42/+89 | |
| | ||||||
* | Reorder some context properties | Chris Robinson | 2020-12-27 | 1 | -39/+42 | |
| | ||||||
* | Use a uint for a bitfield | Chris Robinson | 2020-12-27 | 3 | -7/+7 | |
| | ||||||
* | Move the WetBuffer reference to EffectSlot | Chris Robinson | 2020-12-27 | 7 | -17/+24 | |
| | ||||||
* | Combine EffectState::deviceUpdate with setBuffer | Chris Robinson | 2020-12-26 | 17 | -45/+33 | |
| | ||||||
* | Avoid AL enums for the EffectSlot type | Chris Robinson | 2020-12-26 | 7 | -53/+114 | |
| | ||||||
* | Combine variable terms separate from the scaling weights | Chris Robinson | 2020-12-26 | 1 | -7/+7 | |
| | ||||||
* | Add a crossover frequency field for the device | Chris Robinson | 2020-12-26 | 8 | -8/+13 | |
| | | | | | | Used when upsampling low-order ambisonic signals to higher order. Rather than a hardcoded 400hz, it ensures a consistent crossover point when an ambdec configuration is used. It can also allow for an alsoft config option. | |||||
* | Use more constexpr variables instead of macros | Chris Robinson | 2020-12-25 | 12 | -126/+127 | |
| | ||||||
* | Increase direct HRTF delay to 256 | Chris Robinson | 2020-12-25 | 1 | -1/+1 | |
| | | | | This should improve the error from the all-pass on the partial input. | |||||
* | Return an optional for an error | Chris Robinson | 2020-12-25 | 3 | -195/+87 | |
| | ||||||
* | Avoid dynamic vectors in AmbDecConf | Chris Robinson | 2020-12-25 | 4 | -36/+93 | |
| | | | | Also add a bit more sanity checking | |||||
* | Update a comment and type used in the convolution effect | Chris Robinson | 2020-12-25 | 1 | -11/+11 | |
| | ||||||
* | Rename From2D to FromACN2D | Chris Robinson | 2020-12-25 | 6 | -8/+8 | |
| | ||||||
* | Move the ambdec loader to core | Chris Robinson | 2020-12-25 | 5 | -7/+7 | |
| | ||||||
* | Use an import target for linking OpenSL | Chris Robinson | 2020-12-24 | 2 | -14/+12 | |
| | ||||||
* | Remove unnecessary includes | Chris Robinson | 2020-12-24 | 4 | -8/+0 | |
| | ||||||
* | Avoid AL types and enums in the effect processors | Chris Robinson | 2020-12-24 | 17 | -203/+391 | |
| | ||||||
* | Move alexcpt to core | Chris Robinson | 2020-12-24 | 32 | -35/+19 | |
| | ||||||
* | Avoid some more AL types | Chris Robinson | 2020-12-24 | 2 | -43/+43 | |
| | ||||||
* | fast_roundf implementations in asm for ARM64. (#511) | David CARLIER | 2020-12-24 | 1 | -0/+6 | |
| | ||||||
* | Avoid AL/ALC types in the backends | Chris Robinson | 2020-12-17 | 18 | -276/+277 | |
| | ||||||
* | Don't use ALC error enums for the backend error code | Chris Robinson | 2020-12-17 | 19 | -176/+229 | |
| | ||||||
* | Move the AL error enum out of base_exception | Chris Robinson | 2020-12-17 | 5 | -8/+14 | |
| | ||||||
* | Don't return an enum from captureSamples | Chris Robinson | 2020-12-17 | 13 | -112/+85 | |
| | | | | It's always no_error | |||||
* | Move logging to core | Chris Robinson | 2020-12-17 | 33 | -112/+130 | |
| | ||||||
* | Don't link DistanceModel enums to AL values | Chris Robinson | 2020-12-16 | 3 | -28/+80 | |
| | ||||||
* | Move AsyncEvent to a separate header | Chris Robinson | 2020-12-16 | 7 | -47/+54 | |
| | ||||||
* | Add missing include | Chris Robinson | 2020-12-16 | 1 | -1/+1 | |
| | ||||||
* | Update changelog | Chris Robinson | 2020-12-16 | 1 | -0/+2 | |
| | ||||||
* | Send stop events when stopping paused voices | Chris Robinson | 2020-12-16 | 1 | -5/+8 | |
| | ||||||
* | Use a separate enum for the VoiceChange state | Chris Robinson | 2020-12-16 | 6 | -31/+59 | |
| | ||||||
* | Move VoiceChange to a separate header | Chris Robinson | 2020-12-16 | 6 | -13/+30 | |
| |