overte-HifiExperiments/libraries/audio/src
David Kelly c951f507e3 Fixed issue with calling setOptions
Since the stereo option is computed from the .wav file, if you call
setOptions later (like the cow.js does), it resets stereo to false.
So, I now just copy the stereo flag into the new options, since the
sound file is the same.

Also, calling AudioClient::outputLocalInjector on the AudioClient
thread now to avoid potential concurrency issues accessing the
vector of injectors.
2016-07-13 11:28:36 -07:00
..
avx compiler fixes for GCC/clang 2016-06-06 14:54:15 -07:00
avx2 compiler fixes for GCC/clang 2016-06-06 14:54:15 -07:00
AbstractAudioInterface.cpp Fix audio packet being used in a thread-unsafe way 2016-03-21 13:33:56 -07:00
AbstractAudioInterface.h clean sweep of old now unused audio files 2016-02-08 15:38:12 -08:00
AudioConstants.h add audio peak limiter to audio mixer 2016-05-28 20:34:27 -07:00
AudioEffectOptions.cpp Revert change to reverb settings. 2016-06-03 18:48:23 -07:00
AudioEffectOptions.h New reverb parameters 2015-12-07 13:05:30 -08:00
AudioHRTF.cpp cleanup 2016-06-09 16:31:09 -07:00
AudioHRTF.h cleanup 2016-06-09 16:31:09 -07:00
AudioHRTFData.h HRTF-based audio spatialization engine 2016-02-05 15:24:09 -08:00
AudioInjector.cpp Fixed issue with calling setOptions 2016-07-13 11:28:36 -07:00
AudioInjector.h Fixed issue with calling setOptions 2016-07-13 11:28:36 -07:00
AudioInjectorLocalBuffer.cpp
AudioInjectorLocalBuffer.h
AudioInjectorManager.cpp Remove debugging code. 2016-02-23 10:55:36 -08:00
AudioInjectorManager.h Extend the test for number of active injectors to apply to injector restarts. 2016-02-23 10:42:39 -08:00
AudioInjectorOptions.cpp
AudioInjectorOptions.h
AudioLimiter.cpp CR feedback 2016-03-04 17:11:44 -08:00
AudioLimiter.h Fix compiler warnings 2016-03-01 16:34:58 -08:00
AudioLogging.cpp
AudioLogging.h
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 suppress a couple more noisy messages in AudioRingBuffer 2016-04-05 14:44:20 -07:00
AudioRingBuffer.h repair to wrapped memcpy from AudioRingBuffer 2016-02-09 16:39:22 -08:00
AudioSRC.cpp PR feedback: better naming of convertInput() and convertOutput() 2016-07-03 11:33:05 -07:00
AudioSRC.h PR feedback: better naming of convertInput() and convertOutput() 2016-07-03 11:33:05 -07:00
AudioSRCData.h moved table of precomputed data into AudioSRCData.h 2016-06-06 12:05:48 -07:00
AudioStreamStats.h
InboundAudioStream.cpp Cleanup PacketReceier and ReceivedMessage 2015-10-16 09:21:10 -07:00
InboundAudioStream.h ensure that injectors are cleaned up once inactive 2016-02-09 14:30:59 -08:00
InjectedAudioStream.cpp shuffle Packet headers, use static enum for PacketType 2015-07-23 13:56:47 -07:00
InjectedAudioStream.h cleanup management of HRTF objects across connected Nodes 2016-02-09 14:30:44 -08:00
MixedAudioStream.cpp
MixedAudioStream.h resolve conflicts on merge with upstream master 2015-07-17 16:07:45 -07:00
MixedProcessedAudioStream.cpp shuffle Packet headers, use static enum for PacketType 2015-07-23 13:56:47 -07:00
MixedProcessedAudioStream.h shuffle Packet headers, use static enum for PacketType 2015-07-23 13:56:47 -07:00
PositionalAudioStream.cpp Update includes for moved files 2015-07-13 15:28:55 -07:00
PositionalAudioStream.h cleanup management of HRTF objects across connected Nodes 2016-02-09 14:30:44 -08: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 Remove delayLoad 2016-05-09 18:09:48 -07:00