aboutsummaryrefslogtreecommitdiffstats
path: root/alc
Commit message (Expand)AuthorAgeFilesLines
* Don't return an enum from captureSamplesChris Robinson2020-12-1713-112/+85
* 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
* 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
* Move AL EffectProp handling to separate sourcesChris Robinson2020-11-2515-1959/+2
* Don't limit the available converted sample count to BUFFERSIZEChris Robinson2020-11-251-1/+2
* Fix a UInt32 variable typeChris Robinson2020-11-241-1/+1
* Fill all buffers for CoreAudio playbackChris Robinson2020-11-241-2/+6
* Disable buffer allocation with CoreAudio captureChris Robinson2020-11-241-0/+8
* Use a type alias instead of decltypeChris Robinson2020-11-231-14/+13
* Ceil the scaled buffer size instead of roundChris Robinson2020-11-231-1/+3
* Fix buffer offset for the second conversionChris Robinson2020-11-231-1/+1