aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update ChangeLogChris Robinson2020-11-251-0/+17
* Move AL EffectProp handling to separate sourcesChris Robinson2020-11-2533-1983/+2203
* 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
* Make sure batched source updates are with the proper voiceChris Robinson2020-11-241-6/+9
* 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
* Fix capture buffer size scaling in CoreAudioChris Robinson2020-11-231-5/+5
* Use kAudioUnitScope_Global to get the maximum frame sizeChris Robinson2020-11-231-1/+1
* Avoid AL types in hrtf.cpp/hChris Robinson2020-11-222-94/+91
* Use optionals for some attribute parametersChris Robinson2020-11-221-35/+35
* Make ALbuffer inherit from BufferStorageChris Robinson2020-11-215-137/+114
* Use clearer variable namesChris Robinson2020-11-202-39/+42
* Disassociate internal buffer enums from AL enum valuesChris Robinson2020-11-203-28/+69
* Avoid AL types in the mixerChris Robinson2020-11-208-100/+98
* Disassociate internal voice enums from AL enumsChris Robinson2020-11-204-46/+95
* Disassociate internal format enums from ALC enumsChris Robinson2020-11-202-98/+136
* Don't try to override the CoreAudio maximum capture sliceChris Robinson2020-11-191-20/+28