Brad Hefta-Gaub
|
e8c3125985
|
Merge pull request #3323 from chansensturm/wangyix-qt_stats_for_audiomixer
Merge of Yixin's PR #3281 to head
|
2014-08-27 11:14:52 -07:00 |
|
Craig Hansen-Sturm
|
e941e58626
|
merge HEAD with PR-3281
|
2014-08-26 18:25:40 -07:00 |
|
Atlante45
|
90d8626615
|
Fix for audio on ACs
|
2014-08-26 14:35:35 -07:00 |
|
Craig Hansen-Sturm
|
950862839e
|
added high-shelf and low-shelf filters, positional audio now uses high-shelf filter, significant reformatting/renaming of AudioFilter.h for coding standard
|
2014-08-25 18:17:32 -07:00 |
|
Craig Hansen-Sturm
|
4f346bfe62
|
addresses more coding-standard spacing issues
|
2014-08-25 13:07:52 -07:00 |
|
Craig Hansen-Sturm
|
bf6d34b6f3
|
windows/linux build break + addresses zappoman review comments
|
2014-08-25 11:43:49 -07:00 |
|
Craig Hansen-Sturm
|
848144d98c
|
Merge remote-tracking branch 'upstream/master'
|
2014-08-24 22:17:30 -07:00 |
|
Craig Hansen-Sturm
|
4cd1f4afef
|
add support for head-shadow/penumbra filter for positional audio streams
|
2014-08-24 22:17:07 -07:00 |
|
Atlante45
|
45ccb01297
|
Update options position and orientation correctly in the AudioInjector
|
2014-08-18 21:05:03 -07:00 |
|
Atlante45
|
2eb1321cc2
|
Sound and AudioInjector tweaks
|
2014-08-18 12:28:44 -07:00 |
|
wangyix
|
db0fbcab97
|
merge with upstream
|
2014-08-13 11:09:55 -07:00 |
|
wangyix
|
746893cc94
|
updateLastOutputLoudnessAndTrailingLoudness
|
2014-08-13 10:48:47 -07:00 |
|
wangyix
|
ddc8bec1ec
|
moved lastpopframeloudness calculation to checkBuffersBeforeFrameSend
|
2014-08-13 10:41:25 -07:00 |
|
wangyix
|
f34f0a719b
|
fixed lastPopOutput null ptr errors for frame loudness check
|
2014-08-13 10:26:01 -07:00 |
|
wangyix
|
23b3d06260
|
forgot null check for AudioMixer repeat mix of lastPopOutput
|
2014-08-13 09:46:49 -07:00 |
|
wangyix
|
7f53ae0e4f
|
fixed warnings
|
2014-08-12 12:22:13 -07:00 |
|
wangyix
|
a31d53544b
|
repetition-with-fade seems good; continue testing
|
2014-08-11 17:58:01 -07:00 |
|
wangyix
|
e276d15ed4
|
repetition-with-fade implemented; testing interface crash
|
2014-08-11 16:25:43 -07:00 |
|
AndrewMeadows
|
0650169c25
|
Merge pull request #3270 from chansensturm/audio-filter
Added support for biquad, parametric, and multi-band filter eq
|
2014-08-11 12:22:40 -07:00 |
|
Craig Hansen-Sturm
|
3d95f28fb9
|
added apache licensing/removed implicit double<->float conversions/addressed style guide issues
|
2014-08-11 11:51:49 -07:00 |
|
wangyix
|
1f011bfe9d
|
repetition-with-fade option added, not implemented
|
2014-08-11 11:22:37 -07:00 |
|
wangyix
|
a1ea393324
|
added a comment
|
2014-08-11 09:14:01 -07:00 |
|
Craig Hansen-Sturm
|
481108ecd1
|
added support for biquad, parametric, and multi-band filter eq
|
2014-08-10 22:47:27 -07:00 |
|
wangyix
|
7a063b8bc8
|
scope seems to be working now using networkSamples
|
2014-08-08 18:16:25 -07:00 |
|
wangyix
|
fea97f8fe8
|
added networkSamples buffer to MixedProcessedAudioStream
|
2014-08-08 17:17:30 -07:00 |
|
wangyix
|
7aa5a1f830
|
fixed function name
|
2014-08-08 17:02:13 -07:00 |
|
wangyix
|
4ec84b32b0
|
updated AudioRingBuffer bytes vs samples returns
|
2014-08-08 17:00:39 -07:00 |
|
wangyix
|
f71e1edd30
|
removed parseSilentPacketStreamProperties()
|
2014-08-08 16:46:12 -07:00 |
|
wangyix
|
a2d66b9a8f
|
fixed audio scope; added parseSilentPacketStreamProperties()
|
2014-08-08 14:55:38 -07:00 |
|
wangyix
|
bf8188c6ff
|
removed duplicate definition
|
2014-08-08 13:38:28 -07:00 |
|
wangyix
|
0dfe0b1f2a
|
merged with master
|
2014-08-08 13:32:27 -07:00 |
|
Stephen Birarda
|
b1310c065c
|
remove TARGET_NAME from cmake macros where it is not required
|
2014-08-08 13:17:54 -07:00 |
|
Stephen Birarda
|
26f7b1ba62
|
add macro to link shared dependencies to target
|
2014-08-08 13:17:54 -07:00 |
|
Stephen Birarda
|
c9f8433a2d
|
tweak setup_hifi_library to bubble up full path of Qt modules
|
2014-08-08 13:17:54 -07:00 |
|
Stephen Birarda
|
17df6484d4
|
remove ssize_t and replace with size_t or int where appropriate
|
2014-08-08 13:17:53 -07:00 |
|
Stephen Birarda
|
87cf262b9e
|
get to successful cmake after library link macro changes
|
2014-08-08 13:17:53 -07:00 |
|
Stephen Birarda
|
31488e72fe
|
repairs for interface build to succeed
|
2014-08-08 13:17:53 -07:00 |
|
Stephen Birarda
|
892e30c5e1
|
get past assignment-client build after cmake auditing
|
2014-08-08 13:17:53 -07:00 |
|
Stephen Birarda
|
b5c8a4d2c6
|
fix requirement of networking in audio library
|
2014-08-08 13:17:52 -07:00 |
|
wangyix
|
63624fae7d
|
cleaned up code, fixed typos
|
2014-08-08 11:40:48 -07:00 |
|
wangyix
|
b670226ee3
|
removed printf, removed random copy of some file
|
2014-08-08 11:22:04 -07:00 |
|
wangyix
|
8183fd3199
|
forgot to update starveHistoryWindowSeconds when window A changes
|
2014-08-08 11:17:32 -07:00 |
|
wangyix
|
3338102513
|
reverted some behavior to make getCalculated() to work again
|
2014-08-08 10:29:45 -07:00 |
|
wangyix
|
850a2d8d94
|
inboundaudiostream behavior updated; needs testing
|
2014-08-08 09:59:33 -07:00 |
|
wangyix
|
fd3425dfd1
|
knobs confirmed working
|
2014-08-07 17:05:23 -07:00 |
|
wangyix
|
1153a76ab1
|
new option knobs added, no new behavior yet
|
2014-08-07 16:37:36 -07:00 |
|
wangyix
|
357ba92181
|
working towards more dials for InboundAdioStream
|
2014-08-07 12:41:09 -07:00 |
|
wangyix
|
84c517c073
|
tweaked starve behavior of InboundAudioStream
|
2014-08-05 11:57:34 -07:00 |
|
wangyix
|
77dad6fe65
|
change to fix Mac linker error
|
2014-08-05 11:00:27 -07:00 |
|
wangyix
|
748c9e2065
|
numAudioSamples now calculated to be device samples instead of network samples
|
2014-08-05 10:13:34 -07:00 |
|