overte/libraries/audio/src
2014-11-17 10:26:47 -08:00
..
AbstractAudioInterface.h add AudioInjectorLocalBuffer for more control 2014-11-11 16:34:00 -08:00
AudioBuffer.h coding standard + missing frame-offsets in audiobuffer 2014-09-22 11:21:18 -07:00
AudioEditBuffer.h coding standard + missing frame-offsets in audiobuffer 2014-09-22 11:21:18 -07:00
AudioEffectOptions.cpp Fix header 2014-10-20 17:23:58 -07:00
AudioEffectOptions.h Fix header 2014-10-20 17:23:58 -07:00
AudioFilter.h frame and channel counts are now consistently uint32_t / float32_t replaces float 2014-09-20 04:50:11 -07:00
AudioFilterBank.cpp dependency on new audiobuffer and audioformat objects/render call now uses audiobuffers 2014-09-06 02:22:27 -07:00
AudioFilterBank.h frame and channel counts are now consistently uint32_t / float32_t replaces float 2014-09-20 04:50:11 -07:00
AudioFormat.h ubuntu build fix (remove std::memset ...) 2014-09-06 03:29:14 -07:00
AudioGain.cpp out of line inline members for coding standard 2014-09-20 05:46:27 -07:00
AudioGain.h coding standard - else clause 2014-09-22 11:04:21 -07:00
AudioInjector.cpp changes to sound class to allow caching of sounds 2014-11-13 10:16:42 -08:00
AudioInjector.h changes to sound class to allow caching of sounds 2014-11-13 10:16:42 -08:00
AudioInjectorLocalBuffer.cpp handle looping via AudioInjectorLocalBuffer 2014-11-11 16:57:25 -08:00
AudioInjectorLocalBuffer.h handle looping via AudioInjectorLocalBuffer 2014-11-11 16:57:25 -08:00
AudioInjectorOptions.cpp handle local audio output via AudioInjector directly for control 2014-11-11 14:14:43 -08:00
AudioInjectorOptions.h handle local audio output via AudioInjector directly for control 2014-11-11 14:14:43 -08:00
AudioPan.cpp out of line inline members for coding standard 2014-09-20 05:46:27 -07:00
AudioPan.h coding standard - else clause 2014-09-22 11:04:21 -07:00
AudioRingBuffer.cpp merge with upstream 2014-08-13 11:09:55 -07:00
AudioRingBuffer.h merge with upstream 2014-08-13 11:09:55 -07:00
AudioScriptingInterface.cpp avoid Qt QTimer thread bug by putting SoundCache on same thread 2014-11-13 14:47:28 -08:00
AudioScriptingInterface.h Give noisy mutes their own packet type 2014-11-17 10:26:47 -08:00
AudioSourceNoise.cpp new pink noise generator audio source object 2014-09-06 02:16:00 -07:00
AudioSourceNoise.h frame and channel counts are now consistently uint32_t / float32_t replaces float 2014-09-20 04:50:11 -07:00
AudioSourceTone.cpp default sine gain set to -6db 2014-09-18 13:52:53 -07:00
AudioSourceTone.h frame and channel counts are now consistently uint32_t / float32_t replaces float 2014-09-20 04:50:11 -07:00
AudioStreamStats.h added TimeWeightedAvg to InboundAudioStream 2014-07-29 13:51:46 -07:00
InboundAudioStream.cpp Move ignorePenumbra to positional audio 2014-11-05 16:19:26 +01:00
InboundAudioStream.h rename StdDev to StDev, patch its leak 2014-11-07 17:15:54 -08:00
InjectedAudioStream.cpp Modify injected audio stream to send the ignore penumbra option 2014-11-05 16:22:06 +01:00
InjectedAudioStream.h Initialize InjectedAudioStream with correct stereo value 2014-09-26 19:23:36 -07:00
MixedAudioStream.cpp removed parseSilentPacketStreamProperties() 2014-08-08 16:46:12 -07:00
MixedAudioStream.h removed parseSilentPacketStreamProperties() 2014-08-08 16:46:12 -07:00
MixedProcessedAudioStream.cpp repetition-with-fade seems good; continue testing 2014-08-11 17:58:01 -07:00
MixedProcessedAudioStream.h repetition-with-fade implemented; testing interface crash 2014-08-11 16:25:43 -07:00
PositionalAudioStream.cpp fix bug with audio mixer muting too often 2014-11-07 14:18:57 -08:00
PositionalAudioStream.h fix bug with audio mixer muting too often 2014-11-07 14:18:57 -08:00
Sound.cpp avoid Qt QTimer thread bug by putting SoundCache on same thread 2014-11-13 14:47:28 -08:00
Sound.h avoid Qt QTimer thread bug by putting SoundCache on same thread 2014-11-13 14:47:28 -08:00
SoundCache.cpp only debug request sound if there is a network request 2014-11-13 16:18:19 -08:00
SoundCache.h avoid Qt QTimer thread bug by putting SoundCache on same thread 2014-11-13 14:47:28 -08:00