Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Avoid using a hidden unnamed template parameter | Chris Robinson | 2020-12-15 | 1 | -2/+4 |
| | |||||
* | Fix some includes | Chris Robinson | 2020-12-15 | 1 | -2/+5 |
| | |||||
* | Avoid a generic event struct | Chris Robinson | 2020-12-15 | 3 | -14/+12 |
| | |||||
* | Avoid some AL types | Chris Robinson | 2020-12-15 | 2 | -70/+70 |
| | |||||
* | Use a separate structure for the context/listener params | Chris Robinson | 2020-12-15 | 7 | -126/+109 |
| | |||||
* | Avoid changing the global CPU flags in FillCPUCaps | Chris Robinson | 2020-12-15 | 3 | -95/+132 |
| | |||||
* | Remove unneeded includes | Chris Robinson | 2020-12-15 | 1 | -2/+1 |
| | |||||
* | Move fmt_traits to core | Chris Robinson | 2020-12-13 | 5 | -9/+9 |
| | |||||
* | Avoid compiling different sources for different targets | Chris Robinson | 2020-12-13 | 5 | -32/+23 |
| | | | | | | | | Simplifies configuration and fixes a potential problem with inline functions. Inline functions that fail to inline will have a callable body generated. If such a body is generated with the SSE4 source, for example, it can generate SSE4 instructions. Calls for that function in other sources can then end up calling the SSE4-generated body outside of any CPU capability check. | ||||
* | Be more consistent with size_t | Chris Robinson | 2020-12-12 | 4 | -10/+10 |
| | |||||
* | Make sure to stop ALSA playback when the backend stops | Chris Robinson | 2020-12-12 | 1 | -0/+3 |
| | |||||
* | Move the mixer functions to core | Chris Robinson | 2020-12-12 | 17 | -31/+30 |
| | |||||
* | Use a separate list for core objects | Chris Robinson | 2020-12-12 | 1 | -31/+34 |
| | |||||
* | Remove an unnecessary include and forward declaration | Chris Robinson | 2020-12-12 | 2 | -2/+0 |
| | |||||
* | Move some HRTF definitions to a separate header | Chris Robinson | 2020-12-12 | 11 | -50/+71 |
| | |||||
* | Avoid passing DirectHrtfState to MixDirectHrtf | Chris Robinson | 2020-12-12 | 7 | -34/+39 |
| | |||||
* | Move ambidefs.h to core | Chris Robinson | 2020-12-12 | 14 | -26/+31 |
| | |||||
* | Don't modify the IR size of loaded HRTFs | Chris Robinson | 2020-12-11 | 5 | -20/+25 |
| | |||||
* | Use constexpr variables instead of macros | Chris Robinson | 2020-12-06 | 1 | -9/+9 |
| | |||||
* | Use a smaller FFT for convolution | Chris Robinson | 2020-12-05 | 1 | -3/+3 |
| | |||||
* | Avoid returning an array for initialization | Chris Robinson | 2020-12-05 | 1 | -37/+38 |
| | |||||
* | Reorder definitions to keep them near each other | Chris Robinson | 2020-12-05 | 1 | -13/+13 |
| | |||||
* | Remove some unnecessary inlines and includes | Chris Robinson | 2020-12-05 | 1 | -8/+6 |
| |