overte-lubosz/libraries/audio/src
Dale Glass 5ffc05f7a7 Fix HIFI_MEMORY_DEBUGGING on Linux/gcc
It seems that libasan was running into some sort of trouble due to static linking.

Additionally, -fstack-protector-strong has been enabled by disabling the usage of
the FIR_1x4_AVX512 function under memory debugging.
2021-03-28 18:42:35 +02:00
..
avx2 Reduce the performance impact of loopback resampler (AVX2 optimizations) 2019-06-01 19:53:18 -07:00
avx512
AbstractAudioInterface.cpp
AbstractAudioInterface.h make server-audio-loopback button work in HMDs 2019-03-04 13:47:55 -08:00
AudioConstants.h
AudioDynamics.h
AudioEffectOptions.cpp
AudioEffectOptions.h Update classes' JSDoc per @hideconstructor 2019-12-23 14:13:48 +13:00
AudioFOA.cpp Disable parameter interpolation from reset state 2019-03-31 11:32:29 -07:00
AudioFOA.h Disable parameter interpolation from reset state 2019-03-31 11:32:29 -07:00
AudioFOAData.h
AudioGate.cpp Add output silence-detection to the noise gate processing 2019-02-05 12:34:42 -08:00
AudioGate.h Add output silence-detection to the noise gate processing 2019-02-05 12:34:42 -08:00
AudioHRTF.cpp Fix HIFI_MEMORY_DEBUGGING on Linux/gcc 2021-03-28 18:42:35 +02:00
AudioHRTF.h Improved HRTF algorithm to expose parametric occlusion/lowpass effect 2019-11-09 09:57:16 -08:00
AudioHRTFData.h
AudioInjector.cpp DEV-613: Remove unnecessary audio injector logging 2019-09-19 11:17:39 -07:00
AudioInjector.h Warn mixer about stopped injectors 2019-04-04 18:55:35 -07:00
AudioInjectorLocalBuffer.cpp try to fix audio injector threading issues 2019-03-12 18:41:43 -07:00
AudioInjectorLocalBuffer.h try to fix audio injector threading issues 2019-03-12 18:41:43 -07:00
AudioInjectorManager.cpp name all the threads 2021-02-13 20:17:28 -08:00
AudioInjectorManager.h try to fix audio injector threading issues 2019-03-12 18:41:43 -07:00
AudioInjectorOptions.cpp Miscellaneous fixes 2019-04-23 14:49:14 +12:00
AudioInjectorOptions.h
AudioLimiter.cpp
AudioLimiter.h
AudioLogging.cpp
AudioLogging.h
AudioReverb.cpp Replace NEXTPOW2() macros with constexpr (supported since VS2015) 2019-06-18 10:29:23 -07:00
AudioReverb.h
AudioRingBuffer.cpp
AudioRingBuffer.h
AudioSolo.cpp
AudioSolo.h
AudioSRC.cpp Update SIMD resampler to avoid benign UBSan warnings due to unaligned load/store 2019-06-18 09:34:55 -07:00
AudioSRC.h Unnecessary spacing changes. 2019-05-08 22:16:18 -07:00
AudioSRCData.h
AudioStreamStats.h
flump3dec.cpp
flump3dec.h
InboundAudioStream.cpp Fix rounding error in allOrNothing mode 2019-05-23 08:03:59 -07:00
InboundAudioStream.h BUGZ-85 - handle thread safety issues with calling the decoder from the 2019-05-08 22:16:10 -07:00
InjectedAudioStream.cpp
InjectedAudioStream.h
MixedAudioStream.cpp
MixedAudioStream.h
MixedProcessedAudioStream.cpp Use TryLocker instead of explicitly using tryLock on mutexes 2019-05-09 15:21:43 -07:00
MixedProcessedAudioStream.h
PositionalAudioStream.cpp
PositionalAudioStream.h
Sound.cpp
Sound.h Update classes' JSDoc per @hideconstructor 2019-12-23 14:13:48 +13:00
SoundCache.cpp clement's comments from PR14858 2019-02-12 09:51:11 -08:00
SoundCache.h fix scattering and working on resource cache bug 2019-02-05 17:32:15 -08:00
SoundCacheScriptingInterface.cpp
SoundCacheScriptingInterface.h Add recently added properties to caches' JSDoc 2019-11-26 17:00:13 +13:00