aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alcmain.h
Commit message (Expand)AuthorAgeFilesLines
* Rename alcmain.h to device.hChris Robinson2021-04-271-127/+0
* Move GetChannelIdxByName and clean up some more includesChris Robinson2021-04-261-15/+0
* Move the DeviceBase declaraction to coreChris Robinson2021-04-241-240/+1
* Create a base the ALCdevice and ALCcontext structsChris Robinson2021-04-241-84/+94
* Move hrtf.cpp/h to coreChris Robinson2021-04-221-1/+1
* Avoid using config methods in hrtf.cppChris Robinson2021-04-221-3/+5
* Move declarations to a more appropriate headerChris Robinson2021-04-221-7/+0
* Lower RLIMIT_RTTIME to allow RTKit to give RT priorityChris Robinson2021-04-201-0/+1
* Rename Uhj2Encoder to UhjEncoderChris Robinson2021-04-011-2/+2
* Load/convert samples from all channels at once for mixingChris Robinson2021-03-191-1/+0
* Workaround mingw complaining about the %z formatterChris Robinson2021-03-121-1/+6
* Use a standard bitset for bitfield flagsChris Robinson2021-01-221-2/+2
* Remove extraneous semicolorChris Robinson2020-12-281-1/+1
* Reduce a few linesChris Robinson2020-12-271-4/+1
* Reorder some device fieldsChris Robinson2020-12-271-25/+26
* Use a unique_ptr to hold DistanceComp dataChris Robinson2020-12-271-17/+11
* Use smaller types for enumsChris Robinson2020-12-271-2/+2
* Add a crossover frequency field for the deviceChris Robinson2020-12-261-0/+1
* Use more constexpr variables instead of macrosChris Robinson2020-12-251-2/+2
* Avoid some AL typesChris Robinson2020-12-151-19/+19
* Move the mixer functions to coreChris Robinson2020-12-121-1/+1
* Move ambidefs.h to coreChris Robinson2020-12-121-1/+1
* Don't modify the IR size of loaded HRTFsChris Robinson2020-12-111-0/+3
* Change some macros into constexpr variablesChris Robinson2020-12-041-1/+1
* Move the filters to coreChris Robinson2020-12-041-1/+1
* Change a couple macros into constexpr variablesChris Robinson2020-11-281-6/+6
* Move some declarations to more appropriate headersChris Robinson2020-11-271-6/+1
* Move some sources to a separate directoryChris Robinson2020-11-271-5/+2
* Store the wet buffers in the contextChris Robinson2020-11-021-0/+1
* Simplify clearing an arrayChris Robinson2020-09-091-6/+1
* Use enum class for a couple enumsChris Robinson2020-09-011-6/+6
* Use a separate structure for buffer storageChris Robinson2020-08-281-2/+2
* Use a FlexArray instead of a vector for distance compensationChris Robinson2020-08-111-5/+6
* Change a couple functions into member functionsChris Robinson2020-08-071-0/+5
* Handle the front stablizer with the B-Format decoderChris Robinson2020-06-151-3/+1
* Move a couple related functions to the backend baseChris Robinson2020-06-121-5/+0
* Improve HRTF delay handlingChris Robinson2020-05-201-1/+1
* Move BUFFERSIZE and FloatBufferLine to a separate headerChris Robinson2020-05-191-9/+1
* Limit the maximum settable sample rateChris Robinson2020-04-281-0/+2
* Clean up some function commentsChris Robinson2020-04-281-2/+2
* Clean up some more unnecessary uses of AL typesChris Robinson2020-04-081-1/+1
* Remove use of unnecessary type aliasesChris Robinson2020-03-301-13/+13
* Move the FrontStablizer definition to its own headerChris Robinson2020-03-301-15/+1
* Avoid AL[C]boolean for internal useChris Robinson2020-03-281-1/+1
* Use a busy-wait when synchronizing against the mixerChris Robinson2020-03-161-2/+2
* Add a helper to wait for the device mixChris Robinson2020-03-031-0/+9
* Use an intrusive_ptr for the device's HrtfStoreChris Robinson2020-03-011-1/+1
* Remix missing channels with direct channels enabledChris Robinson2019-12-191-0/+9
* Rework HRTF enuemration so the loaded HRTFs are separateChris Robinson2019-11-281-1/+1
* Rename HrtfEntry to HrtfStoreChris Robinson2019-11-281-1/+1