overte-HifiExperiments/libraries/audio/src
2021-02-13 20:17:28 -08:00
..
avx2 Reduce the performance impact of loopback resampler (AVX2 optimizations) 2019-06-01 19:53:18 -07:00
avx512 Prefer static_assert() over assert() 2018-08-29 10:47:02 -07:00
AbstractAudioInterface.cpp
AbstractAudioInterface.h make server-audio-loopback button work in HMDs 2019-03-04 13:47:55 -08:00
AudioConstants.h Rework audio data memory ownership model 2018-11-14 14:45:18 -08:00
AudioDynamics.h Fix UBSAN warning (left-shift of negative integer) when peak limiter is called with implausibly large (or NaN) audio values 2018-11-28 16:48:34 -08:00
AudioEffectOptions.cpp Fill in Audio API JSDoc 2018-07-19 09:31:48 +12:00
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 Improved HRTF algorithm to expose parametric occlusion/lowpass effect 2019-11-09 09:57:16 -08: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 Restore legacy attenuation behavior for system sounds and scripts that do not set position. 2019-01-29 11:21:02 -08:00
AudioLimiter.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
AudioLimiter.h
AudioLogging.cpp trying to sort-out audio-stream logging 2018-05-10 15:42:59 -07:00
AudioLogging.h
AudioReverb.cpp Replace NEXTPOW2() macros with constexpr (supported since VS2015) 2019-06-18 10:29:23 -07:00
AudioReverb.h
AudioRingBuffer.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
AudioRingBuffer.h
AudioSolo.cpp CR 2018-11-08 11:31:22 -08:00
AudioSolo.h Resend solo nodes on mixer reconnect 2018-11-07 11:41:04 -08:00
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 Improved quality of the audio resampling filter kernel 2018-03-10 10:34:10 -08:00
AudioStreamStats.h make sure the audio stream stats size is right 2018-09-28 14:54:50 -07:00
flump3dec.cpp Ensure self-sufficient headers 2018-06-09 19:44:12 -07:00
flump3dec.h Include boilerplate MIT License in comments 2018-06-07 08:21:31 -07:00
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 move valid position check to packet processing 2018-09-28 14:54:50 -07:00
InjectedAudioStream.h move valid position check to packet processing 2018-09-28 14:54:50 -07:00
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 move valid position check to packet processing 2018-09-28 14:54:50 -07:00
PositionalAudioStream.h move valid position check to packet processing 2018-09-28 14:54:50 -07:00
Sound.cpp CR 2018-11-14 14:46:08 -08:00
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 Revise scriptable resource caches' interfaces 2018-07-26 16:12:16 +12:00
SoundCacheScriptingInterface.h Add recently added properties to caches' JSDoc 2019-11-26 17:00:13 +13:00