overte-lubosz/libraries/audio/src
2019-02-05 17:32:15 -08:00
..
avx2 Fix ASAN warnings due to mixed signed/unsigned arithmetic 2019-01-09 10:03:35 -08: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 Add audio soloing feature 2018-11-05 19:02:26 -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 Fill in Audio API JSDoc 2018-07-19 09:31:48 +12:00
AudioFOA.cpp Fix ASAN warnings due to mixed signed/unsigned arithmetic 2019-01-09 10:03:35 -08:00
AudioFOA.h First-order Ambisonic renderer, optimized for AVX2 2016-11-29 12:53:19 -08:00
AudioFOAData.h reformat to meet Coding Standard, more explicit license 2016-11-30 10:44:27 -08:00
AudioGate.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
AudioGate.h Add stand-alone DC blocking filter 2017-05-18 14:26:35 -07:00
AudioHRTF.cpp streamline mix operation 2018-09-28 15:45:56 -07:00
AudioHRTF.h Improved reference distance = 2m 2019-01-03 15:12:42 -08:00
AudioHRTFData.h Faster HRTF 2016-12-30 13:47:31 -08:00
AudioInjector.cpp Fix the audio injector "pitch" property 2018-11-29 08:12:14 -08:00
AudioInjector.h Restore legacy attenuation behavior for system sounds and scripts that do not set position. 2019-01-29 11:21:02 -08:00
AudioInjectorLocalBuffer.cpp Rework audio data memory ownership model 2018-11-14 14:45:18 -08:00
AudioInjectorLocalBuffer.h Rework audio data memory ownership model 2018-11-14 14:45:18 -08:00
AudioInjectorManager.cpp remove unneeded AudioInjectorPointer constructor 2017-07-12 07:24:19 -07:00
AudioInjectorManager.h use const AudioInjectorPointer& in some places 2017-07-11 19:42:03 -07:00
AudioInjectorOptions.cpp CR: don't expose "position" when not set 2019-01-29 11:21:17 -08: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 add audiostream (jitter) logging 2016-09-08 17:23:56 -07:00
AudioReverb.cpp Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
AudioReverb.h PR feedback: better naming of convertInput() and convertOutput() 2016-07-03 11:40:32 -07:00
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 Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
AudioSRC.h Improved audio resampler 2016-12-24 11:10:35 -08: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 reduce codec mismatch and starve log spam 2018-09-28 14:54:50 -07:00
InboundAudioStream.h move valid position check to packet processing 2018-09-28 14:54:50 -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 Remove obsoleted code 2017-02-06 12:55:03 -08: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 CR 2018-11-14 14:46:08 -08:00
SoundCache.cpp fix scattering and working on resource cache bug 2019-02-05 17:32:15 -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 JSDoc review 2018-08-04 07:22:12 +12:00