aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't link DistanceModel enums to AL valuesChris Robinson2020-12-163-28/+80
* Move AsyncEvent to a separate headerChris Robinson2020-12-167-47/+54
* Add missing includeChris Robinson2020-12-161-1/+1
* Update changelogChris Robinson2020-12-161-0/+2
* Send stop events when stopping paused voicesChris Robinson2020-12-161-5/+8
* Use a separate enum for the VoiceChange stateChris Robinson2020-12-166-31/+59
* Move VoiceChange to a separate headerChris Robinson2020-12-166-13/+30
* Avoid using a hidden unnamed template parameterChris Robinson2020-12-151-2/+4
* Fix some includesChris Robinson2020-12-151-2/+5
* Avoid a generic event structChris Robinson2020-12-153-14/+12
* Avoid some AL typesChris Robinson2020-12-152-70/+70
* Use a separate structure for the context/listener paramsChris Robinson2020-12-157-126/+109
* Avoid changing the global CPU flags in FillCPUCapsChris Robinson2020-12-153-95/+132
* Remove unneeded includesChris Robinson2020-12-151-2/+1
* Move fmt_traits to coreChris Robinson2020-12-135-9/+9
* Avoid compiling different sources for different targetsChris Robinson2020-12-135-32/+23
* Be more consistent with size_tChris Robinson2020-12-124-10/+10
* Make sure to stop ALSA playback when the backend stopsChris Robinson2020-12-121-0/+3
* Move the mixer functions to coreChris Robinson2020-12-1217-31/+30
* Use a separate list for core objectsChris Robinson2020-12-121-31/+34
* Remove an unnecessary include and forward declarationChris Robinson2020-12-122-2/+0
* Move some HRTF definitions to a separate headerChris Robinson2020-12-1211-50/+71
* Avoid passing DirectHrtfState to MixDirectHrtfChris Robinson2020-12-127-34/+39
* Move ambidefs.h to coreChris Robinson2020-12-1214-26/+31
* Don't modify the IR size of loaded HRTFsChris Robinson2020-12-115-20/+25
* Use constexpr variables instead of macrosChris Robinson2020-12-061-9/+9
* Use a smaller FFT for convolutionChris Robinson2020-12-051-3/+3
* Avoid returning an array for initializationChris Robinson2020-12-051-37/+38
* Reorder definitions to keep them near each otherChris Robinson2020-12-051-13/+13
* Remove some unnecessary inlines and includesChris Robinson2020-12-051-8/+6
* Avoid a REQUIRES macro for SFINAEChris Robinson2020-12-051-31/+34
* Move the ringbuffer to commonChris Robinson2020-12-053-18/+8
* Use an alias for the DevFmtType typeChris Robinson2020-12-053-26/+19
* Remove an unneeded includeChris Robinson2020-12-041-1/+0
* Change some macros into constexpr variablesChris Robinson2020-12-0420-114/+116
* Move a couple more things to coreChris Robinson2020-12-049-20/+19
* Fix some tabs and missing castChris Robinson2020-12-041-11/+10
* Move the filters to coreChris Robinson2020-12-0425-68/+62
* Move the bsinc tables to coreChris Robinson2020-12-048-16/+14
* Move mastering.cpp/h to coreChris Robinson2020-12-045-9/+9
* Avoid a global MAX_PITCH macroChris Robinson2020-12-045-18/+21
* Move the resampler declarations to a more appropriate headerChris Robinson2020-12-042-38/+39
* Remove some unnecessary includesChris Robinson2020-12-044-13/+2
* Move lerp/cubic to alnumeric.hChris Robinson2020-12-045-13/+16
* Add a gain argument to altonegen (#502)Eliot Miranda2020-12-042-5/+25
* Change a couple macros into constexpr variablesChris Robinson2020-11-2821-72/+72
* Avoid AL types in mastering.cpp/hChris Robinson2020-11-282-40/+37
* Move some declarations to more appropriate headersChris Robinson2020-11-274-17/+24
* Avoid AL types in the converterChris Robinson2020-11-272-52/+52
* Move some sources to a separate directoryChris Robinson2020-11-2715-94/+100