.. |
avx2
|
Detect compiler support for SIMD intrinsics in conditional compilation
|
2017-06-21 09:34:02 -07:00 |
avx512
|
HRTF cleanup
|
2017-10-29 18:01:43 -07:00 |
AbstractAudioInterface.cpp
|
refuse to handle positional audio streams with NaN position
|
2018-02-02 11:21:50 -08:00 |
AbstractAudioInterface.h
|
Make stereo interface async
|
2018-06-18 17:26:29 -07:00 |
AudioConstants.h
|
PR feedback
|
2016-12-07 10:15:55 -08:00 |
AudioDynamics.h
|
Silence warnings of unused functions
|
2018-05-02 17:48:04 -07:00 |
AudioEffectOptions.cpp
|
Expand AudioEffectOptions JSDoc stubs
|
2018-05-14 09:28:50 +12:00 |
AudioEffectOptions.h
|
Expand AudioEffectOptions JSDoc stubs
|
2018-05-14 09:28:50 +12:00 |
AudioFOA.cpp
|
Fix non self-sufficient headers
|
2018-05-04 16:26:41 -07:00 |
AudioFOA.h
|
First-order Ambisonic renderer, optimized for AVX2
|
2016-11-29 12:53:19 -08:00 |
AudioFOAData.h
|
reformat to meet Coding Standard, more explicit license
|
2016-11-30 10:44:27 -08:00 |
AudioGate.cpp
|
Fix non self-sufficient headers
|
2018-05-04 16:26:41 -07:00 |
AudioGate.h
|
Add stand-alone DC blocking filter
|
2017-05-18 14:26:35 -07:00 |
AudioHRTF.cpp
|
Fix non self-sufficient headers
|
2018-05-04 16:26:41 -07:00 |
AudioHRTF.h
|
Compensate the near-field azimuth correction for the parallax baked into the HRTF dataset
|
2018-02-27 12:49:32 -08:00 |
AudioHRTFData.h
|
Faster HRTF
|
2016-12-30 13:47:31 -08:00 |
AudioInjector.cpp
|
Re-implement collision sound pitch shifting
|
2018-01-19 16:03:59 -08:00 |
AudioInjector.h
|
Fix debug builds startup crash
|
2017-07-19 16:18:01 -07:00 |
AudioInjectorLocalBuffer.cpp
|
guard against audio injector and local buffer datarace
|
2017-05-05 17:05:40 -04:00 |
AudioInjectorLocalBuffer.h
|
guard against audio injector and local buffer datarace
|
2017-05-05 17:05:40 -04:00 |
AudioInjectorManager.cpp
|
remove unneeded AudioInjectorPointer constructor
|
2017-07-12 07:24:19 -07:00 |
AudioInjectorManager.h
|
use const AudioInjectorPointer& in some places
|
2017-07-11 19:42:03 -07:00 |
AudioInjectorOptions.cpp
|
Add "pitch" parameter to scriptable audio injector options.
|
2018-01-19 14:50:51 -08:00 |
AudioInjectorOptions.h
|
Add "pitch" parameter to scriptable audio injector options.
|
2018-01-19 14:50:51 -08:00 |
AudioLimiter.cpp
|
Fix non self-sufficient headers
|
2018-05-04 16:26:41 -07:00 |
AudioLimiter.h
|
Refactor the peak limiter (output is bit-exact)
|
2017-05-18 14:13:24 -07:00 |
AudioLogging.cpp
|
trying to sort-out audio-stream logging
|
2018-05-10 15:42:59 -07:00 |
AudioLogging.h
|
add audiostream (jitter) logging
|
2016-09-08 17:23:56 -07:00 |
AudioReverb.cpp
|
Fix non self-sufficient headers
|
2018-05-04 16:26:41 -07:00 |
AudioReverb.h
|
PR feedback: better naming of convertInput() and convertOutput()
|
2016-07-03 11:40:32 -07:00 |
AudioRingBuffer.cpp
|
Fix non self-sufficient headers
|
2018-05-04 16:26:41 -07:00 |
AudioRingBuffer.h
|
use lock-free pipe for local audio in device callback
|
2017-01-22 00:25:08 -05:00 |
AudioSRC.cpp
|
Fix non self-sufficient headers
|
2018-05-04 16:26:41 -07:00 |
AudioSRC.h
|
Improved audio resampler
|
2016-12-24 11:10:35 -08:00 |
AudioSRCData.h
|
Improved quality of the audio resampling filter kernel
|
2018-03-10 10:34:10 -08:00 |
AudioStreamStats.h
|
fix audio AppendFlag semantics
|
2016-09-26 18:51:51 -07:00 |
flump3dec.cpp
|
Ensure self-sufficient headers
|
2018-06-09 19:44:12 -07:00 |
flump3dec.h
|
Include boilerplate MIT License in comments
|
2018-06-07 08:21:31 -07:00 |
InboundAudioStream.cpp
|
Fix non self-sufficient headers
|
2018-05-04 16:26:41 -07:00 |
InboundAudioStream.h
|
Fix audio glitches caused by initial burst of SelectedAudioFormat packets.
|
2017-10-16 11:41:40 -07:00 |
InjectedAudioStream.cpp
|
Fix non self-sufficient headers
|
2018-05-04 16:26:41 -07:00 |
InjectedAudioStream.h
|
strip unused audio settings
|
2016-09-21 17:35:27 -07:00 |
MixedAudioStream.cpp
|
STEREO_FACTOR -> AudioConstants::STEREO
|
2016-10-05 13:02:28 -07:00 |
MixedAudioStream.h
|
store channels on audio stream
|
2016-10-05 12:04:24 -07:00 |
MixedProcessedAudioStream.cpp
|
Remove obsoleted code
|
2017-02-06 12:55:03 -08:00 |
MixedProcessedAudioStream.h
|
Remove obsoleted code
|
2017-02-06 12:55:03 -08:00 |
PositionalAudioStream.cpp
|
Create HIFI_FCDEBUG(_ID) variants that require a category
|
2018-04-04 09:49:15 -07:00 |
PositionalAudioStream.h
|
refuse to handle positional audio streams with NaN position
|
2018-02-02 11:21:50 -08:00 |
Sound.cpp
|
CR: warnings use qCWarning() instead of qCDebug()
|
2018-06-14 09:44:58 -07:00 |
Sound.h
|
Support MP3 files as sound assets
|
2018-06-07 06:57:06 -07:00 |
SoundCache.cpp
|
Switch to preprocessor macro for blocking invokes to capture function information
|
2017-06-30 11:36:24 -07:00 |
SoundCache.h
|
Fix up Resource and resource cache APIs' JSDoc
|
2018-05-21 11:57:16 +12:00 |