overte-JulianGro/libraries/audio/src
2016-09-21 17:20:51 -07:00
..
avx Refactor AVX code for separate compilation and runtime dispatch 2016-02-06 10:55:23 -08:00
avx2 compiler fixes for GCC/clang 2016-06-06 14:54:15 -07:00
AbstractAudioInterface.cpp fix warnings 2016-07-19 08:33:54 -07:00
AbstractAudioInterface.h include codec in audio stream packets so that each side can discard packets that don't match 2016-07-18 21:59:44 -07:00
AudioConstants.h add AudioConstants::SAMPLE_SIZE 2016-09-16 14:20:50 -07:00
AudioEffectOptions.cpp Revert change to reverb settings. 2016-06-03 18:48:23 -07:00
AudioEffectOptions.h
AudioHRTF.cpp Updated HRTF to process in 240-sample blocks 2016-08-18 08:29:32 -07:00
AudioHRTF.h Updated HRTF to process in 240-sample blocks 2016-08-18 08:29:32 -07:00
AudioHRTFData.h
AudioInjector.cpp always play audio injectors locally 2016-09-21 17:20:51 -07:00
AudioInjector.h always play audio injectors locally 2016-09-21 17:20:51 -07:00
AudioInjectorLocalBuffer.cpp
AudioInjectorLocalBuffer.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
AudioInjectorManager.cpp
AudioInjectorManager.h
AudioInjectorOptions.cpp
AudioInjectorOptions.h
AudioLimiter.cpp missed one 2016-08-18 09:59:40 -07:00
AudioLimiter.h
AudioLogging.cpp clean up audio stats 2016-09-15 13:09:06 -07:00
AudioLogging.h add audiostream (jitter) logging 2016-09-08 17:23:56 -07:00
AudioReverb.cpp remove unneeded #pragma 2016-07-03 11:46:23 -07:00
AudioReverb.h PR feedback: better naming of convertInput() and convertOutput() 2016-07-03 11:40:32 -07:00
AudioRingBuffer.cpp add FIXME about loudness in AudioRingBuffer 2016-08-31 14:44:45 -07:00
AudioRingBuffer.h inline some AudioRingBuffer definitions 2016-08-31 14:43:44 -07:00
AudioSRC.cpp Merge pull request #8575 from kencooke/neon_optimization 2016-09-08 09:58:47 -07:00
AudioSRC.h Add resampler support for downsampling with variable-input constant-output buffering mode 2016-08-16 16:47:55 -07:00
AudioSRCData.h moved table of precomputed data into AudioSRCData.h 2016-06-06 12:05:48 -07:00
AudioStreamStats.h calculate unplayed ms on all streams/buffers as max 2016-09-15 17:54:41 -07:00
InboundAudioStream.cpp Merge pull request #8609 from zzmp/fix/audio-stats 2016-09-19 09:08:35 -07:00
InboundAudioStream.h calculate unplayed ms on all streams/buffers as max 2016-09-15 17:54:41 -07:00
InjectedAudioStream.cpp include codec in audio stream packets so that each side can discard packets that don't match 2016-07-18 21:59:44 -07:00
InjectedAudioStream.h
MixedAudioStream.cpp
MixedAudioStream.h
MixedProcessedAudioStream.cpp clean up audio stats 2016-09-15 13:09:06 -07:00
MixedProcessedAudioStream.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
PositionalAudioStream.cpp
PositionalAudioStream.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
Sound.cpp fixed typo 2016-06-03 19:22:29 -07:00
Sound.h Wrap sound script object to hold a strong ref 2016-04-06 13:04:18 -07:00
SoundCache.cpp quiet gcc 5 warnings 2016-05-21 16:53:01 -07:00
SoundCache.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00