Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | | Move double2int function | Raulshc | 2019-08-18 | 1 | -34/+1 |
|/ | | | | Move inline double2int function to alnumeric.h from pshifter.cpp | ||||
* | 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 | 2 | -3/+5 |
| | |||||
* | Move update pointers to the containers they update | Chris Robinson | 2019-08-13 | 2 | -3/+3 |
| | |||||
* | Use new/delete for listener properties | Chris Robinson | 2019-08-13 | 1 | -2/+2 |
| | |||||
* | 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 | 2 | -41/+46 |
| | |||||
* | Remove always-true assumption | Chris Robinson | 2019-08-12 | 1 | -1/+0 |
| | |||||
* | Add methods to get env vars as an optional | Chris Robinson | 2019-08-12 | 5 | -90/+93 |
| | |||||
* | Move vector.h to common | Chris Robinson | 2019-08-11 | 1 | -15/+0 |
| | |||||
* | Move the wstr converters to a separate header | Chris Robinson | 2019-08-11 | 8 | -30/+7 |
| | |||||
* | Remove multiple buffers per queue item | Chris Robinson | 2019-08-11 | 2 | -100/+41 |
| | | | | And simplify related code | ||||
* | Move the dynload decls and defs to common | Chris Robinson | 2019-08-10 | 7 | -65/+6 |
| | |||||
* | Fix and clarify the peaking biquad filter | Chris Robinson | 2019-08-10 | 3 | -11/+12 |
| | |||||
* | Add parameter DECLs for vocal morpher | Raulshc | 2019-08-10 | 1 | -0/+7 |
| | |||||
* | 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 |
| | |||||
* | 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 | 4 | -122/+124 |
| | |||||
* | Move the meters per unit property to the listener | Chris Robinson | 2019-08-05 | 3 | -5/+2 |
| | |||||
* | Remove the ReverbSpeedOfSound hack | Chris Robinson | 2019-08-05 | 4 | -87/+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 | 1 | -20/+37 |
| | |||||
* | Don't allow numeric values for the resampler option | Chris Robinson | 2019-08-04 | 1 | -8/+1 |
| | |||||
* | Modify LIKELY and UNLIKELY to not need extra parenthesis | Chris Robinson | 2019-08-04 | 13 | -44/+44 |
| | |||||
* | Add a Create method to FlexArray for "raw" arrays | Chris Robinson | 2019-08-03 | 1 | -15/+10 |
| | |||||
* | Make a couple counts size_t | Chris Robinson | 2019-08-03 | 5 | -10/+13 |
| | |||||
* | Avoid manually incrementing a reference count | Chris Robinson | 2019-08-03 | 1 | -8/+4 |
| | |||||
* | Turn a couple more functions into methods | Chris Robinson | 2019-08-02 | 2 | -120/+99 |
| | |||||
* | Avoid reloading the voices array when processing | Chris Robinson | 2019-08-02 | 1 | -12/+13 |
| | |||||
* | Use a smart pointer for holding the context's device | Chris Robinson | 2019-08-01 | 13 | -23/+20 |
| | |||||
* | Add and use an intrusive_ptr type | Chris Robinson | 2019-08-01 | 2 | -105/+8 |
| | |||||
* | Remove an unnecessary variable | Chris Robinson | 2019-08-01 | 1 | -4/+2 |
| | |||||
* | Add a common base for auto-deleting ref-counted objects | Chris Robinson | 2019-08-01 | 7 | -86/+43 |
| | | | | Which will also work as the basis for a future intrusive_ptr | ||||
* | Cleanup alcontext.h includes | Chris Robinson | 2019-08-01 | 1 | -21/+20 |
| | |||||
* | Use float2 where appropriate | Chris Robinson | 2019-07-31 | 1 | -2/+2 |
| | |||||
* | Don't templatize HrirArray | Chris Robinson | 2019-07-31 | 7 | -16/+14 |
| | |||||
* | Fix a couple ASSUME statements | Chris Robinson | 2019-07-31 | 2 | -2/+2 |
| |