overte/libraries/audio/src
2024-03-26 13:47:22 -07: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 review and cleanup of "#include <QtCore/QSharedPointer>" 2021-09-10 21:40:54 -07:00
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 Fix copyright headers 2023-05-19 00:17:38 +02:00
AudioEffectOptions.h Fix copyright headers 2023-05-19 00:17:38 +02: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 reformat to meet Coding Standard, more explicit license 2016-11-30 10:44:27 -08:00
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 Faster HRTF 2016-12-30 13:47:31 -08:00
AudioInjector.cpp sound entities 2024-03-26 13:47:22 -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 review and cleanup of "#include <QtCore/QSharedPointer>" 2021-09-10 21:40:54 -07:00
AudioInjectorManager.h replace the various disable-copy constructions with Q_DISABLE_COPY (or Q_DISABLE_COPY_MOVE) 2021-09-18 21:36:35 -07:00
AudioInjectorOptions.cpp Revert "vec3FromScriptValue replacement attempt" 2023-05-19 00:17:40 +02:00
AudioInjectorOptions.h Fix copyright headers 2023-05-19 00:17:38 +02:00
AudioLimiter.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
AudioLimiter.h Refactor the peak limiter (output is bit-exact) 2017-05-18 14:13:24 -07:00
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 use lock-free pipe for local audio in device callback 2017-01-22 00:25:08 -05:00
AudioScriptingInterface.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
AudioScriptingInterface.h Fix jsDoc references to Vircadia platform/CDN 2023-08-25 13:58:45 -03:00
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 Remove some unused audio stream method parameters 2021-09-18 10:01:21 +12:00
InboundAudioStream.h Remove some unused audio stream method parameters 2021-09-18 10:01:21 +12:00
InjectedAudioStream.cpp move valid position check to packet processing 2018-09-28 14:54:50 -07:00
InjectedAudioStream.h replace the various disable-copy constructions with Q_DISABLE_COPY (or Q_DISABLE_COPY_MOVE) 2021-09-18 21:36:35 -07:00
MixedAudioStream.cpp
MixedAudioStream.h
MixedProcessedAudioStream.cpp Remove some unused audio stream method parameters 2021-09-18 10:01:21 +12:00
MixedProcessedAudioStream.h Remove some unused audio stream method parameters 2021-09-18 10:01:21 +12:00
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
ScriptAudioInjector.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
ScriptAudioInjector.h Fix copyright headers 2023-05-19 00:17:38 +02:00
Sound.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
Sound.h Fix copyright headers 2023-05-19 00:17:38 +02:00
SoundCache.cpp convert explicit shared pointer creation (using "new") to make_shared where possible/appropriate 2021-09-11 15:15:04 -07:00
SoundCache.h review and cleanup of "#include <QtCore/QSharedPointer>" 2021-09-10 21:40:54 -07:00
SoundCacheScriptingInterface.cpp Revise scriptable resource caches' interfaces 2018-07-26 16:12:16 +12:00
SoundCacheScriptingInterface.h Convert all "/**jsdoc" occurrences to "/*@jsdoc" 2021-05-12 10:54:45 +12:00