AuroraOpenALSoft/core
2023-03-29 14:18:07 +01:00
..
effects Move the effects base and effectslot to core 2021-12-17 17:13:59 -08:00
filters Add a comment to check into an out-of-range value later 2023-01-28 04:07:06 -08:00
mixer Make the resampler enum a byte 2023-03-07 21:25:38 -08:00
ambdec.cpp [-] took out the trash 2023-03-29 12:49:28 +01:00
ambdec.h Ensure coeff_scale is set for ambdec files 2022-09-11 21:07:47 -07:00
ambidefs.cpp Combine multiple similar functions into one 2023-01-26 02:13:20 -08:00
ambidefs.h Allow different HF scales for 2D mixing/output 2022-09-04 09:09:12 -07:00
async_event.h Use a bitset for the enabled event flags 2022-12-16 18:41:47 -08:00
bformatdec.cpp Avoid using a reversed all-pass for the front stablizer 2023-01-06 01:40:10 -08:00
bformatdec.h Remove extra ';' after member function definition (#652) 2022-01-31 16:02:10 -08:00
bs2b.cpp Get rid of MathDefs 2022-01-27 02:59:07 -08:00
bs2b.h Move a couple more things to core 2020-12-04 13:13:52 -08:00
bsinc_defs.h Rename the bsinc table variables 2023-02-07 00:30:05 -08:00
bsinc_tables.cpp Rename the bsinc table variables 2023-02-07 00:30:05 -08:00
bsinc_tables.h Rename the bsinc table variables 2023-02-07 00:30:05 -08:00
buffer_storage.cpp Log the buffer format when queueing mismatched buffers 2023-03-22 23:21:01 -07:00
buffer_storage.h Log the buffer format when queueing mismatched buffers 2023-03-22 23:21:01 -07:00
bufferline.h Use spans instead of references to arrays 2021-02-06 14:39:30 -08:00
context.cpp Use a bitset for the enabled event flags 2022-12-16 18:41:47 -08:00
context.h Use a bitset for the enabled event flags 2022-12-16 18:41:47 -08:00
converter.cpp Use macros for the likely/unlikely attributes 2023-03-01 11:35:39 -08:00
converter.h Avoid a potential unsigned underflow 2022-11-13 14:13:33 -08:00
cpu_caps.cpp clang-tidy cleanups (#800) 2023-01-15 13:43:27 -08:00
cpu_caps.h Move cpu_caps and fpu_ctrl to core 2020-12-31 16:47:12 -08:00
cubic_defs.h Use an interpolated FIR filter for cubic resampling 2023-02-06 17:46:32 -08:00
cubic_tables.cpp Explicitly cast a size_t to double 2023-02-11 20:03:18 -08:00
cubic_tables.h Use a span to hold the cubic table reference 2023-02-10 01:57:54 -08:00
dbus_wrap.cpp Handle _gettid on FreeBSD 2022-01-18 15:55:51 -08:00
dbus_wrap.h Handle _gettid on FreeBSD 2022-01-18 15:55:51 -08:00
devformat.cpp Add preliminary support for 7.1.4 output modes 2022-11-03 19:42:08 -07:00
devformat.h Add preliminary support for 7.1.4 output modes 2022-11-03 19:42:08 -07:00
device.cpp Make the backend pointer part of ALCdevice instead of DeviceBase 2021-11-19 20:04:10 -08:00
device.h [*] Merge remote-tracking branch 'github/master' 2023-03-29 12:07:38 +01:00
effectslot.cpp Don't store and manage wet buffers separately 2022-07-15 06:58:15 -07:00
effectslot.h Use an intrusive_ptr to hold on to the EffectState 2022-07-29 01:49:30 -07:00
except.cpp Use macros for the likely/unlikely attributes 2023-03-01 11:35:39 -08:00
except.h Avoid inlining the base_exception destructor 2023-01-13 02:09:54 -08:00
fmt_traits.cpp Move fmt_traits to core 2020-12-13 21:12:03 -08:00
fmt_traits.h Move fmt_traits to core 2020-12-13 21:12:03 -08:00
fpu_ctrl.cpp Fix for some missing macros 2022-03-10 18:05:07 -08:00
fpu_ctrl.h Remove extra ';' after member function definition (#634) 2022-01-04 12:39:34 -08:00
front_stablizer.h Avoid using a reversed all-pass for the front stablizer 2023-01-06 01:40:10 -08:00
helpers.cpp [*] Merge remote-tracking branch 'github/master' 2023-03-29 12:07:38 +01:00
helpers.h Move helpers.cpp to core 2021-04-22 03:15:26 -07:00
hrtf.cpp [-] took out the trash 2023-03-29 12:49:28 +01:00
hrtf.h Use a span instead of a count+pointer 2023-01-11 01:01:35 -08:00
logging.cpp [*] updated logging 2023-03-29 14:18:07 +01:00
logging.h [*] updated logging 2023-03-29 14:18:07 +01:00
mastering.cpp Use macros for the likely/unlikely attributes 2023-03-01 11:35:39 -08:00
mastering.h Make a construct_at method amd use it 2021-10-08 11:05:36 -07:00
mixer.cpp Add and use mixers that process one input and output channel 2023-01-05 01:47:55 -08:00
mixer.h Add and use mixers that process one input and output channel 2023-01-05 01:47:55 -08:00
resampler_limits.h Decode UHJ buffers to B-Format for mixing 2021-03-31 09:37:30 -07:00
rtkit.cpp rtkit: match includes with code (#752) 2022-08-18 18:44:09 -07:00
rtkit.h Handle _gettid on FreeBSD 2022-01-18 15:55:51 -08:00
uhjfilter.cpp Use macros for the likely/unlikely attributes 2023-03-01 11:35:39 -08:00
uhjfilter.h Simplify copying the all-pass filter state 2023-02-13 03:00:06 -08:00
uiddefs.cpp Move some more sources to core 2021-04-24 03:47:23 -07:00
voice_change.h Move ContextBase and VoiceChange to core 2021-04-27 08:04:09 -07:00
voice.cpp Use macros for the likely/unlikely attributes 2023-03-01 11:35:39 -08:00
voice.h Track the callback buffer base separately 2023-02-18 17:16:00 -08:00