openal-soft/core
Chris Robinson f2ff2bb2f6 Use the difference in HF scale for upsampling ambisonics 2022-09-03 21:06:39 -07:00
..
effects Move the effects base and effectslot to core 2021-12-17 17:13:59 -08:00
filters Don't manually reverse samples 2022-03-31 13:07:58 -07:00
mixer Rename lerp to avoid conflicts with C++20's std::lerp 2022-04-06 17:41:24 -07:00
ambdec.cpp Explicitly define AmbDecConf's destructor 2022-02-22 21:23:53 -08:00
ambdec.h Explicitly define AmbDecConf's destructor 2022-02-22 21:23:53 -08:00
ambidefs.cpp Use the difference in HF scale for upsampling ambisonics 2022-09-03 21:06:39 -07:00
ambidefs.h Use the difference in HF scale for upsampling ambisonics 2022-09-03 21:06:39 -07:00
async_event.h Avoid manually prefixing EventType_ enums 2021-10-10 05:07:31 -07:00
bformatdec.cpp Don't manually reverse samples 2022-03-31 13:07:58 -07: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 Avoid making BSincPointsMax public 2021-03-01 17:48:07 -08:00
bsinc_tables.cpp Get rid of MathDefs 2022-01-27 02:59:07 -08:00
bsinc_tables.h Move the bsinc tables to core 2020-12-04 11:15:50 -08:00
buffer_storage.cpp Add an internal Super Stereo format 2021-12-11 17:50:24 -08:00
buffer_storage.h Add source properties for Super Stereo 2021-12-15 02:01:22 -08:00
bufferline.h Use spans instead of references to arrays 2021-02-06 14:39:30 -08:00
context.cpp Allocate EffectSlots in clusters 2022-07-15 06:14:25 -07:00
context.h Don't store and manage wet buffers separately 2022-07-15 06:58:15 -07:00
converter.cpp Move some more sources to core 2021-04-24 03:47:23 -07:00
converter.h Move some more sources to core 2021-04-24 03:47:23 -07:00
cpu_caps.cpp Avoid including intrin.h with cpuid.h 2022-06-17 14:36:34 -07:00
cpu_caps.h Move cpu_caps and fpu_ctrl to core 2020-12-31 16:47:12 -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 Handle 3D7.1 as a separate channel configuration 2022-04-26 23:32:15 -07:00
devformat.h Handle 3D7.1 as a separate channel configuration 2022-04-26 23:32:15 -07:00
device.cpp Make the backend pointer part of ALCdevice instead of DeviceBase 2021-11-19 20:04:10 -08:00
device.h Allow the remix tables to be variable length 2022-08-28 06:11:40 -07: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 Move alexcpt to core 2020-12-24 22:49:55 -08:00
except.h Move alexcpt to core 2020-12-24 22:49:55 -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 Move bformatdec to core 2021-04-25 18:08:08 -07:00
helpers.cpp Don't assume rlim_t is unsigned 2022-07-22 17:29:50 -07:00
helpers.h Move helpers.cpp to core 2021-04-22 03:15:26 -07:00
hrtf.cpp Use an icosahedron for 3D second-order 2022-09-01 15:04:58 -07:00
hrtf.h Use an icosahedron for 3D second-order 2022-09-01 15:04:58 -07:00
logging.cpp Slightly improve logging on Windows 2021-11-21 21:21:46 -08:00
logging.h Workaround mingw complaining about the %z formatter 2021-03-12 03:14:29 -08:00
mastering.cpp Rename lerp to avoid conflicts with C++20's std::lerp 2022-04-06 17:41:24 -07:00
mastering.h Make a construct_at method amd use it 2021-10-08 11:05:36 -07:00
mixer.cpp Avoid duplicate code 2022-08-18 18:44:37 -07:00
mixer.h Inline and precompute some CalcDirectionCoeffs calls 2022-08-18 20:37:19 -07: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 Add an option for higher quality UHJ filters 2022-08-08 03:44:25 -07:00
uhjfilter.h Move a member variable to the struct it's needed 2022-08-09 22:19:11 -07:00
uiddefs.cpp Move some more sources to core 2021-04-24 03:47:23 -07:00
voice.cpp Use the difference in HF scale for upsampling ambisonics 2022-09-03 21:06:39 -07:00
voice.h Use proper array sizes for more gains 2022-08-15 12:56:36 -07:00
voice_change.h Move ContextBase and VoiceChange to core 2021-04-27 08:04:09 -07:00