aboutsummaryrefslogtreecommitdiffstats
path: root/alc
Commit message (Collapse)AuthorAgeFilesLines
* Move the ambdec loader to coreChris Robinson2020-12-254-484/+2
|
* Remove unnecessary includesChris Robinson2020-12-244-8/+0
|
* Avoid AL types and enums in the effect processorsChris Robinson2020-12-2412-142/+147
|
* Move alexcpt to coreChris Robinson2020-12-2418-18/+2
|
* Avoid some more AL typesChris Robinson2020-12-242-43/+43
|
* Avoid AL/ALC types in the backendsChris Robinson2020-12-1718-276/+277
|
* Don't use ALC error enums for the backend error codeChris Robinson2020-12-1719-176/+229
|
* Move the AL error enum out of base_exceptionChris Robinson2020-12-171-1/+4
|
* Don't return an enum from captureSamplesChris Robinson2020-12-1713-112/+85
| | | | It's always no_error
* Move logging to coreChris Robinson2020-12-1726-150/+25
|
* Don't link DistanceModel enums to AL valuesChris Robinson2020-12-161-7/+4
|
* Move AsyncEvent to a separate headerChris Robinson2020-12-164-2/+52
|
* Add missing includeChris Robinson2020-12-161-1/+1
|
* Send stop events when stopping paused voicesChris Robinson2020-12-161-5/+8
|
* Use a separate enum for the VoiceChange stateChris Robinson2020-12-163-8/+16
|
* Move VoiceChange to a separate headerChris Robinson2020-12-164-12/+27
|
* Fix some includesChris Robinson2020-12-151-2/+5
|
* Avoid a generic event structChris Robinson2020-12-151-6/+3
|
* Avoid some AL typesChris Robinson2020-12-152-70/+70
|
* Use a separate structure for the context/listener paramsChris Robinson2020-12-153-79/+100
|
* 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-134-162/+2
|
* Make sure to stop ALSA playback when the backend stopsChris Robinson2020-12-121-0/+3
|
* Move the mixer functions to coreChris Robinson2020-12-1216-1261/+7
|
* Remove an unnecessary include and forward declarationChris Robinson2020-12-122-2/+0
|
* Move some HRTF definitions to a separate headerChris Robinson2020-12-1210-50/+70
|
* Avoid passing DirectHrtfState to MixDirectHrtfChris Robinson2020-12-127-34/+39
|
* Move ambidefs.h to coreChris Robinson2020-12-1211-156/+10
|
* 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
|
* Move the ringbuffer to commonChris Robinson2020-12-052-347/+0
|
* Use an alias for the DevFmtType typeChris Robinson2020-12-052-26/+16
|
* 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-048-526/+8
|
* Move the filters to coreChris Robinson2020-12-0423-953/+45
|
* Move the bsinc tables to coreChris Robinson2020-12-047-328/+5
|
* Move mastering.cpp/h to coreChris Robinson2020-12-044-547/+2
|
* 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-044-13/+3
|
* Add a gain argument to altonegen (#502)Eliot Miranda2020-12-041-1/+1
| | | | | | * Fix a speeling rorre in an error message. Add a gain command-line argument to altonegen.c * Fix some formatting issues and a copy/paste error.
* Change a couple macros into constexpr variablesChris Robinson2020-11-2819-69/+69
|
* 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-2712-189/+11
| | | | To begin separating the ALC interfaces from internal ones.