overte/libraries/audio/src
2014-09-20 04:45:58 -07:00
..
AbstractAudioInterface.h fix header include guards via regex 2014-04-09 12:03:17 -07:00
AudioBuffer.h comments 2014-09-11 11:18:05 -07:00
AudioEditBuffer.h new audio edit buffer object / click removal / apply linear fade to sound clip endpoints 2014-09-20 04:45:58 -07:00
AudioFilter.h clamp to 0.0f when within EPSILON neighborhood of 0.0f 2014-09-18 13:12:53 -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 coding standard / SLOT selectAudioSourceSine440 linkage / tone gen amplitude parameter 2014-09-08 11:18:14 -07:00
AudioFormat.h ubuntu build fix (remove std::memset ...) 2014-09-06 03:29:14 -07:00
AudioGain.h allocate 8x buffer size (for pulse audio) / more audioGain loop unrolling w/frame alignment check 2014-09-08 15:28:55 -07:00
AudioInjector.cpp move isStereo packing to the correct position 2014-09-05 16:18:02 -07:00
AudioInjector.h Update options position and orientation correctly in the AudioInjector 2014-08-18 21:05:03 -07:00
AudioInjectorOptions.cpp Added stereo option to the AudioInjector 2014-09-05 14:34:55 -07:00
AudioInjectorOptions.h First cut at radio.js 2014-09-08 15:31:53 -07:00
AudioPan.cpp implemented new audio panning object which implements constant power sin^2+cos^2=1 law 2014-09-11 17:15:49 -07:00
AudioPan.h implemented new audio panning object which implements constant power sin^2+cos^2=1 law 2014-09-11 17:15:49 -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 add interface to Audio to stop injector and see if playing 2014-05-07 17:48:01 -07:00
AudioScriptingInterface.h add interface to Audio to stop injector and see if playing 2014-05-07 17:48:01 -07:00
AudioSourceNoise.cpp new pink noise generator audio source object 2014-09-06 02:16:00 -07:00
AudioSourceNoise.h one more shot at these warnings 2014-09-13 09:40:44 -07:00
AudioSourceTone.cpp default sine gain set to -6db 2014-09-18 13:52:53 -07:00
AudioSourceTone.h out-of-line inline's for performance critical member functions 2014-09-15 18:38:36 -07:00
AudioStreamStats.h added TimeWeightedAvg to InboundAudioStream 2014-07-29 13:51:46 -07:00
InboundAudioStream.cpp pack position and orientation in silent frames 2014-09-16 13:06:46 -07:00
InboundAudioStream.h fix more signed/unsigned warnings 2014-09-13 09:09:18 -07:00
InjectedAudioStream.cpp Added stereo option to the AudioInjector 2014-09-05 14:34:55 -07:00
InjectedAudioStream.h new option knobs added, no new behavior yet 2014-08-07 16:37: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 move filter to single instance in mixer, and do filtering on pre-mix buffer not the mixed buffer 2014-09-17 12:48:47 -07:00
PositionalAudioStream.h move filter to single instance in mixer, and do filtering on pre-mix buffer not the mixed buffer 2014-09-17 12:48:47 -07:00
Sound.cpp new audio edit buffer object / click removal / apply linear fade to sound clip endpoints 2014-09-20 04:45:58 -07:00
Sound.h new audio edit buffer object / click removal / apply linear fade to sound clip endpoints 2014-09-20 04:45:58 -07:00