overte/libraries/audio/src
2015-06-23 21:01:34 -07:00
..
AbstractAudioInterface.h Fix local injector modifying system volume 2015-05-04 15:53:58 +02:00
AudioBuffer.h another [] needed after delete 2015-03-29 17:59:57 -07:00
AudioConstants.h Code review 2015-01-08 18:20:23 -08:00
AudioEditBuffer.h correct gain variance in linearFade() 2015-02-17 12:07:32 -08:00
AudioEffectOptions.cpp quiet compiler, remove some trailing control-Ms 2015-04-25 09:20:00 -07:00
AudioEffectOptions.h Fix header 2014-10-20 17:23:58 -07:00
AudioFilter.h move number constants out of SharedUtil to NumericalConstants 2015-05-01 10:26:53 -07:00
AudioFilterBank.cpp move number constants out of SharedUtil to NumericalConstants 2015-05-01 10:26:53 -07:00
AudioFilterBank.h clean up various warnings 2015-05-01 16:49:13 -07:00
AudioFormat.h move number constants out of SharedUtil to NumericalConstants 2015-05-01 10:26:53 -07:00
AudioGain.cpp some cleanup in audio library 2014-12-16 12:02:10 -08:00
AudioGain.h some cleanup in audio library 2014-12-16 12:02:10 -08:00
AudioInjector.cpp Allow scripted audio injectors to have options set. 2015-06-23 21:01:34 -07:00
AudioInjector.h Put the common stuff on AudioInjector rather than AudioClient, so that assignment-client (which depends on script-engine) does not need to depend on audio-client. 2015-06-19 14:20:00 -07:00
AudioInjectorLocalBuffer.cpp Incorporate ctrlaltdavid's changes. 2015-06-17 11:59:15 -07:00
AudioInjectorLocalBuffer.h Incorporate ctrlaltdavid's changes. 2015-06-17 11:59:15 -07:00
AudioInjectorOptions.cpp handle RAW stereo audio files by using stereo.raw extension 2014-11-19 12:20:12 -08:00
AudioInjectorOptions.h handle RAW stereo audio files by using stereo.raw extension 2014-11-19 12:20:12 -08:00
AudioLogging.cpp fix filenames in comments 2015-04-07 10:03:14 -07:00
AudioLogging.h try again without macro 2015-04-07 09:59:04 -07:00
AudioPan.cpp out of line inline members for coding standard 2014-09-20 05:46:27 -07:00
AudioPan.h move number constants out of SharedUtil to NumericalConstants 2015-05-01 10:26:53 -07:00
AudioRingBuffer.cpp enable -Wdouble-promotion 2015-06-16 18:23:10 -07:00
AudioRingBuffer.h move audio stats into member of Audio 2014-12-16 14:47:24 -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 move number constants out of SharedUtil to NumericalConstants 2015-05-01 10:26:53 -07:00
AudioSourceTone.h move number constants out of SharedUtil to NumericalConstants 2015-05-01 10:26:53 -07:00
AudioStreamStats.h added TimeWeightedAvg to InboundAudioStream 2014-07-29 13:51:46 -07:00
InboundAudioStream.cpp Remove settings from InboundAudioStream 2015-02-03 12:47:25 -08:00
InboundAudioStream.h move number constants out of SharedUtil to NumericalConstants 2015-05-01 10:26:53 -07:00
InjectedAudioStream.cpp move the audio scope into its own class 2014-12-16 11:54:59 -08: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 move the audio scope into its own class 2014-12-16 11:54:59 -08:00
MixedProcessedAudioStream.h intial removal of Audio to audio-client 2015-01-21 11:49:06 -08:00
PositionalAudioStream.cpp move the audio scope into its own class 2014-12-16 11:54:59 -08:00
PositionalAudioStream.h fix bug with audio mixer muting too often 2014-11-07 14:18:57 -08:00
Sound.cpp add a sound once first AM packet received 2015-06-08 11:30:12 -07:00
Sound.h repairs to AudioScriptingInterface playSound 2015-01-12 16:04:00 -08:00
SoundCache.cpp put audio and script-engine logging into their own QLoggingCategory 2015-04-06 15:57:18 -07:00
SoundCache.h change ScriptCache and SoundCache to derive from Dependency 2015-02-13 15:33:41 -08:00