Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid AL types in hrtf.cpp/h | Chris Robinson | 2020-11-22 | 2 | -94/+91 |
| | |||||
* | Use optionals for some attribute parameters | Chris Robinson | 2020-11-22 | 1 | -35/+35 |
| | |||||
* | Make ALbuffer inherit from BufferStorage | Chris Robinson | 2020-11-21 | 5 | -137/+114 |
| | |||||
* | Use clearer variable names | Chris Robinson | 2020-11-20 | 2 | -39/+42 |
| | |||||
* | Disassociate internal buffer enums from AL enum values | Chris Robinson | 2020-11-20 | 3 | -28/+69 |
| | |||||
* | Avoid AL types in the mixer | Chris Robinson | 2020-11-20 | 8 | -100/+98 |
| | |||||
* | Disassociate internal voice enums from AL enums | Chris Robinson | 2020-11-20 | 4 | -46/+95 |
| | |||||
* | Disassociate internal format enums from ALC enums | Chris Robinson | 2020-11-20 | 2 | -98/+136 |
| | |||||
* | Don't try to override the CoreAudio maximum capture slice | Chris Robinson | 2020-11-19 | 1 | -20/+28 |
| | |||||
* | Use BufferStorage for the buffer queue | Chris Robinson | 2020-11-19 | 6 | -125/+145 |
| | |||||
* | Put the loop start/end in BufferStorage | Chris Robinson | 2020-11-19 | 4 | -29/+29 |
| | |||||
* | Recognize ARM64 as a VS platform | Chris Robinson | 2020-11-18 | 1 | -1/+3 |
| | |||||
* | Add a close method to the win32 ifstream | Chris Robinson | 2020-11-16 | 2 | -5/+12 |
| | |||||
* | Avoid direct initialization of float32x4_t | Chris Robinson | 2020-11-16 | 1 | -2/+12 |
| | |||||
* | Use WinAPI functions to check for NEON support | Chris Robinson | 2020-11-16 | 1 | -0/+11 |
| | |||||
* | Add some missing custom device config descriptions | Chris Robinson | 2020-11-15 | 1 | -0/+22 |
| | |||||
* | Use doubles to calculate the listener matrix translation | Chris Robinson | 2020-11-13 | 2 | -81/+87 |
| | | | | | To help stablize sources near the listener, when away from origin. Also clean up some related methods and move them to more appropriate places. | ||||
* | Avoid a deprecated function | Chris Robinson | 2020-11-13 | 1 | -10/+10 |
| | |||||
* | Avoid testing a bool against AL_FALSE | Chris Robinson | 2020-11-12 | 1 | -1/+1 |
| | |||||
* | Avoid an unnecessary multiplier | Chris Robinson | 2020-11-09 | 1 | -15/+12 |
| | |||||
* | Fix pitch shifter bin count | Chris Robinson | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Simplify some pitch shifter scaling calculations | Chris Robinson | 2020-11-08 | 1 | -8/+7 |
| | |||||
* | Avoid bitshifts for loop counting | Chris Robinson | 2020-11-08 | 1 | -11/+21 |
| | |||||
* | Use an array of auxslot pointers instead of IDs to lookup | Chris Robinson | 2020-11-07 | 1 | -41/+59 |
| | |||||
* | Use a separate structure for the active effect slot properties | Chris Robinson | 2020-11-07 | 26 | -226/+309 |
| | |||||
* | Use a range-for loop instead of for_each | Chris Robinson | 2020-11-06 | 1 | -8/+8 |
| | |||||
* | Use more efficient sorting for effect slots | Chris Robinson | 2020-11-05 | 1 | -37/+47 |
| | |||||
* | Add missing include for the CoreAudio backend | Chris Robinson | 2020-11-05 | 1 | -0/+1 |
| | |||||
* | Avoid declaring standard types | Chris Robinson | 2020-11-05 | 1 | -7/+11 |
| | |||||
* | Simplify the [u]int64_t typedef header check | Chris Robinson | 2020-11-05 | 1 | -6/+3 |
| | | | | And include the correct header | ||||
* | Release 1.21.0 | Chris Robinson | 2020-11-04 | 2 | -3/+3 |
| | |||||
* | Update changelog | Chris Robinson | 2020-11-02 | 1 | -0/+3 |
| | |||||
* | Avoid a full wipe and reallocation of wet buffers | Chris Robinson | 2020-11-02 | 2 | -33/+40 |
| | |||||
* | Store the wet buffers in the context | Chris Robinson | 2020-11-02 | 8 | -15/+73 |
| | | | | | | This is rather ugly, but we need the wet buffers to remain allocated after its effect slot is deleted, because a voice can still use it for its final fade-out mix. | ||||
* | Fix a typo in the changelog | Chris Robinson | 2020-10-27 | 1 | -1/+1 |
| | |||||
* | Check for the right extension string in alffplay | Chris Robinson | 2020-10-26 | 1 | -1/+1 |
| | |||||
* | Update Changelog | Chris Robinson | 2020-10-26 | 1 | -0/+2 |
| | |||||
* | Finalize AL_SOFT_events | Chris Robinson | 2020-10-26 | 4 | -39/+23 |
| | |||||
* | Fix copy-paste error | Chris Robinson | 2020-10-26 | 1 | -3/+3 |
| | |||||
* | Clear /W3 on MSVC since we use /W4 | Chris Robinson | 2020-10-25 | 1 | -0/+7 |
| | |||||
* | Add a comment about building for static linking | Chris Robinson | 2020-10-25 | 1 | -0/+2 |
| | |||||
* | Silence a couple more MSVC warnings | Chris Robinson | 2020-10-23 | 1 | -3/+8 |
| | |||||
* | Remove a constexpr that needs C++17 | Chris Robinson | 2020-10-23 | 1 | -1/+1 |
| | |||||
* | Don't use a template parameter as a variable | Chris Robinson | 2020-10-23 | 1 | -6/+17 |
| | | | | And try to silence an MSVC warning about a constant overflow. | ||||
* | Some cleanup in alspan.h | Chris Robinson | 2020-10-23 | 1 | -21/+31 |
| | |||||
* | Add some constexpr | Chris Robinson | 2020-10-23 | 1 | -4/+3 |
| | |||||
* | Replace the mixer fraction macros with constexpr variables | Chris Robinson | 2020-10-21 | 14 | -87/+88 |
| | |||||
* | Replace some more macros with constexpr variables | Chris Robinson | 2020-10-21 | 14 | -39/+39 |
| | |||||
* | Change some more macros into constexpr variables | Chris Robinson | 2020-10-21 | 5 | -38/+35 |
| | |||||
* | Add some missing constexpr attributes | Chris Robinson | 2020-10-20 | 2 | -4/+4 |
| |