Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move a couple more things to core | Chris Robinson | 2020-12-04 | 9 | -20/+19 |
| | |||||
* | Fix some tabs and missing cast | Chris Robinson | 2020-12-04 | 1 | -11/+10 |
| | |||||
* | Move the filters to core | Chris Robinson | 2020-12-04 | 25 | -68/+62 |
| | |||||
* | Move the bsinc tables to core | Chris Robinson | 2020-12-04 | 8 | -16/+14 |
| | |||||
* | Move mastering.cpp/h to core | Chris Robinson | 2020-12-04 | 5 | -9/+9 |
| | |||||
* | Avoid a global MAX_PITCH macro | Chris Robinson | 2020-12-04 | 5 | -18/+21 |
| | |||||
* | Move the resampler declarations to a more appropriate header | Chris Robinson | 2020-12-04 | 2 | -38/+39 |
| | |||||
* | Remove some unnecessary includes | Chris Robinson | 2020-12-04 | 4 | -13/+2 |
| | |||||
* | Move lerp/cubic to alnumeric.h | Chris Robinson | 2020-12-04 | 5 | -13/+16 |
| | |||||
* | Add a gain argument to altonegen (#502) | Eliot Miranda | 2020-12-04 | 2 | -5/+25 |
| | | | | | | * Fix a speeling rorre in an error message. Add a gain command-line argument to altonegen.c * Fix some formatting issues and a copy/paste error. | ||||
* | Change a couple macros into constexpr variables | Chris Robinson | 2020-11-28 | 21 | -72/+72 |
| | |||||
* | Avoid AL types in mastering.cpp/h | Chris Robinson | 2020-11-28 | 2 | -40/+37 |
| | |||||
* | Move some declarations to more appropriate headers | Chris Robinson | 2020-11-27 | 4 | -17/+24 |
| | |||||
* | Avoid AL types in the converter | Chris Robinson | 2020-11-27 | 2 | -52/+52 |
| | |||||
* | Move some sources to a separate directory | Chris Robinson | 2020-11-27 | 15 | -94/+100 |
| | | | | To begin separating the ALC interfaces from internal ones. | ||||
* | Update ChangeLog | Chris Robinson | 2020-11-25 | 1 | -0/+17 |
| | |||||
* | Move AL EffectProp handling to separate sources | Chris Robinson | 2020-11-25 | 33 | -1983/+2203 |
| | |||||
* | Don't limit the available converted sample count to BUFFERSIZE | Chris Robinson | 2020-11-25 | 1 | -1/+2 |
| | |||||
* | Fix a UInt32 variable type | Chris Robinson | 2020-11-24 | 1 | -1/+1 |
| | |||||
* | Fill all buffers for CoreAudio playback | Chris Robinson | 2020-11-24 | 1 | -2/+6 |
| | |||||
* | Disable buffer allocation with CoreAudio capture | Chris Robinson | 2020-11-24 | 1 | -0/+8 |
| | |||||
* | Make sure batched source updates are with the proper voice | Chris Robinson | 2020-11-24 | 1 | -6/+9 |
| | |||||
* | Use a type alias instead of decltype | Chris Robinson | 2020-11-23 | 1 | -14/+13 |
| | |||||
* | Ceil the scaled buffer size instead of round | Chris Robinson | 2020-11-23 | 1 | -1/+3 |
| | | | | The result has to be large enough to get the original requested size from it. | ||||
* | Fix buffer offset for the second conversion | Chris Robinson | 2020-11-23 | 1 | -1/+1 |
| | |||||
* | Fix capture buffer size scaling in CoreAudio | Chris Robinson | 2020-11-23 | 1 | -5/+5 |
| | |||||
* | Use kAudioUnitScope_Global to get the maximum frame size | Chris Robinson | 2020-11-23 | 1 | -1/+1 |
| | |||||
* | 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 |
| |