Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | Enable to detect Windows SDK v1903 | Minmin Gong | 2019-08-09 | 1 | -9/+10 |
| | | |||||
* | | Simplify and fix vocal morpher pitch calculations | Chris Robinson | 2019-08-08 | 1 | -7/+4 |
| | | |||||
* | | Simplify the weighted decay time calculation | Chris Robinson | 2019-08-08 | 1 | -9/+5 |
| | | |||||
* | | Turn a couple methods into member functions | Chris Robinson | 2019-08-08 | 1 | -41/+40 |
| | | |||||
* | | Improve log formatting for file searches | Chris Robinson | 2019-08-07 | 1 | -2/+2 |
| | | |||||
* | | Don't store options that are set to blank/default | Chris Robinson | 2019-08-07 | 1 | -20/+22 |
| | | |||||
* | | Make the post-process methods member functions | Chris Robinson | 2019-08-07 | 4 | -37/+35 |
| | | |||||
* | | Update some more includes | Chris Robinson | 2019-08-06 | 7 | -1/+9 |
| | | |||||
* | | Merge pull request #321 from Frozen-Tofu/master | kcat | 2019-08-06 | 1 | -0/+2 |
|\ \ | |/ |/| | no AudioObjectPropertyAddress on iOS | ||||
| * | no AudioObjectPropertyAddress on iOS | Li Keqing | 2019-08-07 | 1 | -0/+2 |
|/ | |||||
* | Update some includes | Chris Robinson | 2019-08-05 | 13 | -17/+46 |
| | |||||
* | Move a struct definition to where it's used | Chris Robinson | 2019-08-05 | 2 | -19/+16 |
| | |||||
* | Move some declarations out of alcmain.h | Chris Robinson | 2019-08-05 | 6 | -122/+140 |
| | |||||
* | Move the meters per unit property to the listener | Chris Robinson | 2019-08-05 | 6 | -13/+9 |
| | |||||
* | Remove the ReverbSpeedOfSound hack | Chris Robinson | 2019-08-05 | 5 | -88/+59 |
| | | | | | | | No other effect depends on context or listener properties, so reverb being the only exception for speed of sound and meters per unit was putting extra work on the effect engine for no real reason. Especially since the reverb decay time should be the time actual time to decay irrespective of other settings. | ||||
* | Move some structs to where they're used | Chris Robinson | 2019-08-04 | 2 | -37/+37 |
| | |||||
* | Don't allow numeric values for the resampler option | Chris Robinson | 2019-08-04 | 1 | -8/+1 |
| |