Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use size_t for the mixers' fade counter and outpos | Chris Robinson | 2019-08-20 | 6 | -23/+22 |
| | |||||
* | Use size_t for HrtfMixer functions' buffer size | Chris Robinson | 2019-08-20 | 7 | -36/+35 |
| | |||||
* | Use size_t for reverb offsets and masks | Chris Robinson | 2019-08-20 | 1 | -97/+92 |
| | |||||
* | Simplify passing some span parameters | Chris Robinson | 2019-08-20 | 1 | -10/+6 |
| | |||||
* | Try to fix span construction for MSVC | Chris Robinson | 2019-08-20 | 1 | -3/+3 |
| | |||||
* | Fix MixRow definition for NEON | Chris Robinson | 2019-08-20 | 1 | -2/+2 |
| | |||||
* | Pass a span to the Resample function | Chris Robinson | 2019-08-20 | 9 | -60/+57 |
| | |||||
* | Use unsigned for the sample and channel converters | Chris Robinson | 2019-08-20 | 4 | -41/+38 |
| | |||||
* | Track the MixVoice sample count and fade counter as unsigned | Chris Robinson | 2019-08-20 | 2 | -19/+17 |
| | |||||
* | Use size_t for the NFC and biquad filters' sample count | Chris Robinson | 2019-08-20 | 6 | -15/+19 |
| | |||||
* | Pass a span for the Mix function's input | Chris Robinson | 2019-08-20 | 16 | -119/+110 |
| | |||||
* | Rename the Mix function input for clarity | Chris Robinson | 2019-08-20 | 5 | -20/+22 |
| | |||||
* | Pass the MixRow buffer size as a span | Chris Robinson | 2019-08-20 | 7 | -61/+57 |
| | |||||
* | Change NUM_LINES to a size_t for MSVC | Chris Robinson | 2019-08-19 | 1 | -33/+33 |
| | |||||
* | Fix for GCC5 decaying an array to a pointer | Chris Robinson | 2019-08-19 | 1 | -6/+6 |
| | |||||
* | More logically separate temp reverb buffers | Chris Robinson | 2019-08-19 | 1 | -37/+36 |
| | |||||
* | Allow using a variable channel stride for MixRowSamples | Chris Robinson | 2019-08-19 | 8 | -33/+39 |
| | |||||
* | Improve subspan default template argument | Chris Robinson | 2019-08-18 | 1 | -2/+2 |
| | |||||
* | Use the appropriate type | Chris Robinson | 2019-08-18 | 1 | -4/+4 |
| | |||||
* | Formatting cleanup | Chris Robinson | 2019-08-18 | 1 | -27/+27 |
| | |||||
* | Don't require MixRow's output to be a FloatBufferLine | Chris Robinson | 2019-08-18 | 7 | -13/+13 |
| | |||||
* | Merge pull request #329 from Raulshc/fshifter | kcat | 2019-08-18 | 1 | -28/+55 |
|\ | | | | | EFX: Update Frequency shifter | ||||
| * | EFX: Update Frequency shifter | Raulshc | 2019-08-18 | 1 | -28/+55 |
| | | | | | | | | Add f. shifter processing for L and R channels. | ||||
* | | Merge pull request #328 from Raulshc/double2int | kcat | 2019-08-18 | 2 | -34/+36 |
|\ \ | | | | | | | Move double2int function | ||||
| * | | Move double2int function | Raulshc | 2019-08-18 | 2 | -34/+36 |
| |/ | | | | | | | Move inline double2int function to alnumeric.h from pshifter.cpp | ||||
* | | Merge pull request #327 from Raulshc/alsoft_config_vmorpher | kcat | 2019-08-18 | 3 | -1/+21 |
|\ \ | |/ |/| | Alsoft-config: Add vocal morpher effect | ||||
| * | Alsoft-config: Add vocal morpher effect | Raulshc | 2019-08-18 | 3 | -1/+21 |
|/ | |||||
* | Reduce the size of reverb's temporary buffer storage | Chris Robinson | 2019-08-18 | 1 | -85/+94 |
| | | | | The size of ReverbState is now almost half of what it was. | ||||
* | Avoid an out parameter for VectorPartialScatter | Chris Robinson | 2019-08-17 | 1 | -5/+7 |
| | |||||
* | Use a std::array for the reverb sample buffer | Chris Robinson | 2019-08-17 | 1 | -19/+11 |
| | |||||
* | Use new/delete for context and effectslot properties | Chris Robinson | 2019-08-13 | 5 | -6/+10 |
| | |||||
* | Move update pointers to the containers they update | Chris Robinson | 2019-08-13 | 6 | -12/+13 |
| | |||||
* | Use new/delete for listener properties | Chris Robinson | 2019-08-13 | 3 | -3/+6 |
| | |||||
* | Don't explicitly inline a particular function | Chris Robinson | 2019-08-13 | 1 | -1/+1 |
| | |||||
* | Environment variables should override config settings | Chris Robinson | 2019-08-12 | 1 | -12/+8 |
| | |||||
* | Move UID definitions to a separate source | Chris Robinson | 2019-08-12 | 3 | -58/+64 |
| | |||||
* | Remove always-true assumption | Chris Robinson | 2019-08-12 | 1 | -1/+0 |
| | |||||
* | Fix some return types | Chris Robinson | 2019-08-12 | 1 | -5/+5 |
| | |||||
* | Add methods to get env vars as an optional | Chris Robinson | 2019-08-12 | 9 | -94/+137 |
| | |||||
* | Don't use INT_MAX for unknown span lengths | Chris Robinson | 2019-08-11 | 1 | -26/+24 |
| | | | | | 32-bit doesn't like it, for some reason. Use the largest possible length it could be. | ||||
* | Move vector.h to common | Chris Robinson | 2019-08-11 | 2 | -1/+1 |
| | |||||
* | Move the wstr converters to a separate header | Chris Robinson | 2019-08-11 | 11 | -50/+52 |
| | |||||
* | Remove multiple buffers per queue item | Chris Robinson | 2019-08-11 | 4 | -355/+96 |
| | | | | And simplify related code | ||||
* | Move the dynload decls and defs to common | Chris Robinson | 2019-08-10 | 10 | -65/+84 |
| | |||||
* | Fix array access index | Chris Robinson | 2019-08-10 | 1 | -1/+1 |
| | |||||
* | Avoid __popcnt[64] on MSVC | Chris Robinson | 2019-08-10 | 1 | -41/+31 |
| | | | | | It requires SSE4, and provides no fallback mechanism for CPU targets lacking the opcode it maps to. | ||||
* | Fix and clarify the peaking biquad filter | Chris Robinson | 2019-08-10 | 3 | -11/+12 |
| | |||||
* | Merge pull request #323 from Raulshc/vmorpher_decls | kcat | 2019-08-10 | 1 | -0/+7 |
|\ | | | | | Add parameter DECLs for vocal morpher | ||||
| * | Add parameter DECLs for vocal morpher | Raulshc | 2019-08-10 | 1 | -0/+7 |
|/ | |||||
* | Merge pull request #322 from gongminmin/SDK1903 | kcat | 2019-08-10 | 1 | -9/+10 |
|\ | | | | | Enable to detect Windows SDK v1903 |