.. |
avx
|
Refactor AVX code for separate compilation and runtime dispatch
|
2016-02-06 10:55:23 -08:00 |
AbstractAudioInterface.cpp
|
Make recording and playback work in interface, playback in agent
|
2015-11-18 14:04:45 -08:00 |
AbstractAudioInterface.h
|
clean sweep of old now unused audio files
|
2016-02-08 15:38:12 -08:00 |
AudioConstants.h
|
fix for overflow on time of next frame
|
2016-01-28 15:38:33 -08:00 |
AudioEffectOptions.cpp
|
Fix gcc warning
|
2015-12-11 16:38:19 -08:00 |
AudioEffectOptions.h
|
New reverb parameters
|
2015-12-07 13:05:30 -08:00 |
AudioHRTF.cpp
|
fix mixing bugs post HRTF integration
|
2016-02-09 11:58:55 -08:00 |
AudioHRTF.h
|
leverage new HRTF in audio-mixer mix preparation
|
2016-02-08 18:12:25 -08:00 |
AudioHRTFData.h
|
HRTF-based audio spatialization engine
|
2016-02-05 15:24:09 -08:00 |
AudioInjector.cpp
|
reset hasSentFirstFrame to false for double frame on first send
|
2016-01-29 14:55:08 -08:00 |
AudioInjector.h
|
fix for overflow on time of next frame
|
2016-01-28 15:38:33 -08: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 |
AudioInjectorManager.cpp
|
use a vector instead of priority queue to avoid double sort
|
2016-01-29 14:04:45 -08:00 |
AudioInjectorManager.h
|
use a priority queue to ensure ordering of injectors
|
2015-11-19 17:42:14 -08: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 |
AudioReverb.cpp
|
Merge pull request #6546 from kencooke/audio-reverb
|
2015-12-04 10:19:56 -08:00 |
AudioReverb.h
|
Fix stdint.h includes
|
2015-12-02 09:33:47 -08:00 |
AudioRingBuffer.cpp
|
Update includes for moved files
|
2015-07-13 15:28:55 -07:00 |
AudioRingBuffer.h
|
fix mixing bugs post HRTF integration
|
2016-02-09 11:58:55 -08:00 |
AudioSRC.cpp
|
Fix bug from implicit cast
|
2015-11-19 10:05:10 -08:00 |
AudioSRC.h
|
Fix stdint.h includes
|
2015-12-02 09:33:47 -08:00 |
AudioStreamStats.h
|
added TimeWeightedAvg to InboundAudioStream
|
2014-07-29 13:51:46 -07:00 |
InboundAudioStream.cpp
|
Cleanup PacketReceier and ReceivedMessage
|
2015-10-16 09:21:10 -07:00 |
InboundAudioStream.h
|
Add ReceivedMessage and receive progress
|
2015-10-15 14:09:53 -07: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
|
removed parseSilentPacketStreamProperties()
|
2014-08-08 16:46:12 -07:00 |
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
|
clean sweep of old now unused audio files
|
2016-02-08 15:38:12 -08:00 |
Sound.h
|
remove trimFrames call from Sound
|
2016-01-27 16:10:18 -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 |