aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify committing EAX effect propertiesChris Robinson2023-03-115-242/+78
* Convert the EAX Frequency Shifter effectChris Robinson2023-03-112-152/+107
* Don't commit EAX updates in applyAllUpdatesChris Robinson2023-03-113-44/+17
* Convert the EAX Echo and Equalizer effectsChris Robinson2023-03-114-521/+389
* Convert the EAX Autowah and Compressor effectsChris Robinson2023-03-114-356/+278
* Convert the EAX Compressor effectChris Robinson2023-03-104-130/+93
* Convert EAX chorus and flanger effectsChris Robinson2023-03-104-195/+207
* Use a macro for when __has_cpp_attribute is unsupportedChris Robinson2023-03-101-4/+10
* Rework EAX effect handlingChris Robinson2023-03-107-1406/+1078
* Update the effect EAX version only after setting a propertyChris Robinson2023-03-091-5/+4
* Have the null effect inherit from EaxEffect4Chris Robinson2023-03-091-14/+35
* Add a type indicator to EaxEffectPropsChris Robinson2023-03-0912-55/+84
* Store the per-version EAX effect state in the base classChris Robinson2023-03-0914-471/+491
* Support aLaw samples for UHJChris Robinson2023-03-071-1/+4
* Don't use "hardware" for automatic buffer storageChris Robinson2023-03-072-14/+37
* Make the resampler enum a byteChris Robinson2023-03-071-1/+1
* Avoid duplicate parameter validationChris Robinson2023-03-071-7/+6
* Add queries for the buffer byte/sample/sec lengthChris Robinson2023-03-073-0/+21
* Don't assume the max property size unchecked for user pointersChris Robinson2023-03-061-56/+193
* Don't get the front element of an empty queueChris Robinson2023-03-051-1/+4
* Report the current buffer ID of a streaming sourceChris Robinson2023-03-051-2/+13
* Fix compiling examples with an older libsndfileChris Robinson2023-03-053-9/+18
* Make sure the fmt chunk is large enoughChris Robinson2023-03-053-4/+4
* Remove a couple unused variablesChris Robinson2023-03-041-2/+2
* Use macros for the likely/unlikely attributesChris Robinson2023-03-0133-546/+558
* Remove another gratuitous [[likely]]Chris Robinson2023-02-281-1/+1
* Remove a [[likely]] that confuses some versions of GCCChris Robinson2023-02-281-1/+1
* Add aLaw formats to AL_SOFT_UHJ_exChris Robinson2023-02-272-4/+10
* Add AL_SOFT_UHJ_ex to the extension listChris Robinson2023-02-264-10/+17
* Add formats for UHJ with muLaw, and ADPCM for 2-channel UHJChris Robinson2023-02-262-5/+20
* Set the C/C++ standard version properties manuallyChris Robinson2023-02-252-13/+34
* Clamp the MS ADPCM block predictor to the correct sizeChris Robinson2023-02-241-4/+4
* Don't start with fading for negative offsetsChris Robinson2023-02-181-2/+4
* Track the callback buffer base separatelyChris Robinson2023-02-183-8/+7
* Support float and ADPCM formats in alstreamChris Robinson2023-02-171-19/+210
* Cleanup the examples' loading functions slightlyChris Robinson2023-02-172-59/+59
* Handle Int16 and ADPCM formats in alstreamcbChris Robinson2023-02-161-25/+181
* Set the proper block align for callback buffersChris Robinson2023-02-161-1/+1
* Support loading as float or ADPCM in alplayChris Robinson2023-02-161-12/+164
* Decode IMA4 blocks with fewer loopsChris Robinson2023-02-161-35/+30
* Combine and simplify some loopsChris Robinson2023-02-151-24/+14
* Skip ADPCM samples in a separate loop before writingChris Robinson2023-02-151-59/+83
* Rename some variables for clarityChris Robinson2023-02-151-19/+19
* Remove unused decoder functionsChris Robinson2023-02-141-202/+2
* Add comments describing the MSADPCM decodeChris Robinson2023-02-141-0/+13
* Fix write offset for loading FmtIMA4 samplesChris Robinson2023-02-141-2/+2
* Don't convert MS ADPCM on loadChris Robinson2023-02-142-37/+7
* Support MSADPCM samples in the mixerChris Robinson2023-02-145-1/+113
* Don't convert IMA4 samples on loadChris Robinson2023-02-142-100/+98
* Support IMA4 ADPCM as a mixing voice formatChris Robinson2023-02-1412-65/+215