overte/libraries/audio/src
2019-05-23 07:54:08 -07:00
..
avx2 Ambisonic renderer using 4x4 rotate/scale matrix to implement gain crossfade 2019-03-30 15:39:33 -07:00
avx512 Prefer static_assert() over assert() 2018-08-29 10:47:02 -07:00
AbstractAudioInterface.cpp refuse to handle positional audio streams with NaN position 2018-02-02 11:21:50 -08: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 Fill in Audio API JSDoc 2018-07-19 09:31:48 +12:00
AudioEffectOptions.h Add "Avatar Script" JSDoc API classification 2019-02-12 11:49:49 +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 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 Disable parameter interpolation from reset state 2019-03-31 11:32:29 -07:00
AudioHRTF.h Add direct mix (non-spatialized) audio renderers with gain crossfade 2019-03-30 16:39:35 -07:00
AudioHRTFData.h Faster HRTF 2016-12-30 13:47:31 -08:00
AudioInjector.cpp Warn mixer about stopped injectors 2019-04-04 18:55:35 -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 Warn mixer about stopped injectors 2019-04-04 18:55:35 -07: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 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 Fix non self-sufficient headers 2018-05-04 16:26:41 -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
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 Unnecessary spacing changes. 2019-05-08 22:16:18 -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 Never return more than maxSamples from the audio ringbuffer 2019-05-23 07:54:08 -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 STEREO_FACTOR -> AudioConstants::STEREO 2016-10-05 13:02:28 -07:00
MixedAudioStream.h store channels on audio stream 2016-10-05 12:04:24 -07:00
MixedProcessedAudioStream.cpp Use TryLocker instead of explicitly using tryLock on mutexes 2019-05-09 15:21:43 -07:00
MixedProcessedAudioStream.h Remove obsoleted code 2017-02-06 12:55:03 -08: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
Sound.cpp CR 2018-11-14 14:46:08 -08:00
Sound.h Merge branch 'master' into M21956 2019-04-23 14:58:23 +12: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 AnimationCache, ModelCache, SoundCache, and TextureCache JSDoc 2019-03-26 13:58:43 +13:00