aboutsummaryrefslogtreecommitdiffstats
path: root/alc
Commit message (Collapse)AuthorAgeFilesLines
* Use the appropriate typeChris Robinson2019-08-181-4/+4
|
* Formatting cleanupChris Robinson2019-08-181-27/+27
|
* Don't require MixRow's output to be a FloatBufferLineChris Robinson2019-08-187-13/+13
|
* Merge pull request #329 from Raulshc/fshifterkcat2019-08-181-28/+55
|\ | | | | EFX: Update Frequency shifter
| * EFX: Update Frequency shifterRaulshc2019-08-181-28/+55
| | | | | | | | Add f. shifter processing for L and R channels.
* | Move double2int functionRaulshc2019-08-181-34/+1
|/ | | | Move inline double2int function to alnumeric.h from pshifter.cpp
* Reduce the size of reverb's temporary buffer storageChris Robinson2019-08-181-85/+94
| | | | The size of ReverbState is now almost half of what it was.
* Avoid an out parameter for VectorPartialScatterChris Robinson2019-08-171-5/+7
|
* Use a std::array for the reverb sample bufferChris Robinson2019-08-171-19/+11
|
* Use new/delete for context and effectslot propertiesChris Robinson2019-08-132-3/+5
|
* Move update pointers to the containers they updateChris Robinson2019-08-132-3/+3
|
* Use new/delete for listener propertiesChris Robinson2019-08-131-2/+2
|
* Environment variables should override config settingsChris Robinson2019-08-121-12/+8
|
* Move UID definitions to a separate sourceChris Robinson2019-08-122-41/+46
|
* Remove always-true assumptionChris Robinson2019-08-121-1/+0
|
* Add methods to get env vars as an optionalChris Robinson2019-08-125-90/+93
|
* Move vector.h to commonChris Robinson2019-08-111-15/+0
|
* Move the wstr converters to a separate headerChris Robinson2019-08-118-30/+7
|
* Remove multiple buffers per queue itemChris Robinson2019-08-112-100/+41
| | | | And simplify related code
* Move the dynload decls and defs to commonChris Robinson2019-08-107-65/+6
|
* Fix and clarify the peaking biquad filterChris Robinson2019-08-103-11/+12
|
* Add parameter DECLs for vocal morpherRaulshc2019-08-101-0/+7
|
* Simplify and fix vocal morpher pitch calculationsChris Robinson2019-08-081-7/+4
|
* Simplify the weighted decay time calculationChris Robinson2019-08-081-9/+5
|
* Turn a couple methods into member functionsChris Robinson2019-08-081-41/+40
|
* Improve log formatting for file searchesChris Robinson2019-08-071-2/+2
|
* Don't store options that are set to blank/defaultChris Robinson2019-08-071-20/+22
|
* Make the post-process methods member functionsChris Robinson2019-08-074-37/+35
|
* no AudioObjectPropertyAddress on iOSLi Keqing2019-08-071-0/+2
|
* Update some includesChris Robinson2019-08-0513-17/+46
|
* Move a struct definition to where it's usedChris Robinson2019-08-052-19/+16
|
* Move some declarations out of alcmain.hChris Robinson2019-08-054-122/+124
|
* Move the meters per unit property to the listenerChris Robinson2019-08-053-5/+2
|
* Remove the ReverbSpeedOfSound hackChris Robinson2019-08-054-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 usedChris Robinson2019-08-041-20/+37
|
* Don't allow numeric values for the resampler optionChris Robinson2019-08-041-8/+1
|
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-0413-44/+44
|
* Add a Create method to FlexArray for "raw" arraysChris Robinson2019-08-031-15/+10
|
* Make a couple counts size_tChris Robinson2019-08-035-10/+13
|
* Avoid manually incrementing a reference countChris Robinson2019-08-031-8/+4
|
* Turn a couple more functions into methodsChris Robinson2019-08-022-120/+99
|
* Avoid reloading the voices array when processingChris Robinson2019-08-021-12/+13
|
* Use a smart pointer for holding the context's deviceChris Robinson2019-08-0113-23/+20
|
* Add and use an intrusive_ptr typeChris Robinson2019-08-012-105/+8
|
* Remove an unnecessary variableChris Robinson2019-08-011-4/+2
|
* Add a common base for auto-deleting ref-counted objectsChris Robinson2019-08-017-86/+43
| | | | Which will also work as the basis for a future intrusive_ptr
* Cleanup alcontext.h includesChris Robinson2019-08-011-21/+20
|
* Use float2 where appropriateChris Robinson2019-07-311-2/+2
|
* Don't templatize HrirArrayChris Robinson2019-07-317-16/+14
|
* Fix a couple ASSUME statementsChris Robinson2019-07-312-2/+2
|