Commit graph

136 commits

Author SHA1 Message Date
Mark Peng
0aa3227228 Merge remote-tracking branch 'upstream/master' 2013-06-28 15:26:34 -07:00
Mark Peng
c5fe8b078e ping reporter added to interface 2013-06-28 11:07:01 -07:00
Stephen Birarda
72f7db2ec7 use the stashValue helper to send the audio-mixer stat 2013-06-20 15:35:39 -07:00
Stephen Birarda
b51d3e88d3 impossible for percentageOfMaxElapsed to be zero 2013-06-18 10:49:15 -07:00
Stephen Birarda
5918c492cc correct stat collection for mixer frame time usage 2013-06-18 10:46:45 -07:00
Stephen Birarda
2ba7fe0031 remove the unused timevals 2013-06-18 09:55:04 -07:00
Stephen Birarda
8cef77bbda remove the timing for twopole testing 2013-06-18 09:53:30 -07:00
Stephen Birarda
5acb0bd1a3 add timing for two pole effect 2013-06-18 09:22:43 -07:00
Stephen Birarda
edc1377692 perform the two-pole effect across 256 samples, not one per call 2013-06-18 09:19:35 -07:00
Stephen Birarda
892167510a time TwoPole call for 256 samples 2013-06-14 12:15:12 -06:00
Stephen Birarda
593730682d add timing for TwoPole calls 2013-06-14 12:04:25 -06:00
Philip Rosedale
b637408b54 Merge pull request #538 from ZappoMan/localmode
added local mode to audio-mixer
2013-06-14 10:08:47 -07:00
ZappoMan
5d6a5a7377 Removed accidentally merged code 2013-06-14 09:22:14 -07:00
ZappoMan
985b8d66d2 Merge branch 'master' of https://github.com/worklist/hifi into localmode 2013-06-14 09:21:02 -07:00
ZappoMan
471c9a3dad added local mode 2013-06-14 09:18:01 -07:00
Stephen Birarda
90500a8990 send a packet with the exact number of bytes to logstash 2013-06-13 19:17:42 -06:00
Stephen Birarda
1ebd007f36 wrap things in brackets to correct percentage 2013-06-13 17:28:58 -06:00
Stephen Birarda
be4c7fc085 fix audio-mixer sleep time calculation 2013-06-13 17:15:22 -06:00
Stephen Birarda
fab53113e4 fix a divide by zero for audio-mixer stat sending 2013-06-13 17:07:25 -06:00
Stephen Birarda
a141e3dc5d resolve conflicts on merge with upstream master 2013-06-13 16:31:40 -06:00
Andrzej Kapolka
db729a04aa Converted double timestamps to long long (64 bit integers), fixed bug with
updating agent timestamps.
2013-06-13 11:11:59 -07:00
Stephen Birarda
659189745c remove the debug printSocket variable 2013-06-11 17:34:06 -07:00
Stephen Birarda
2cdb30e6dc send stats to graphite on same interval as DS checkin 2013-06-11 17:33:37 -07:00
Stephen Birarda
7d1bcf07ef add a Logstash class to prepare for sending stats over UDP 2013-06-11 17:09:39 -07:00
Stephen Birarda
3ef1b24f1c tuning TwoPole effect in audio-mixer 2013-06-11 15:32:12 -07:00
Stephen Birarda
2cc44c6d2e add a TwoPole low pass filter for each source for each listener 2013-06-11 15:01:35 -07:00
Stephen Birarda
1e0dcd0eae add a map for TwoPole objects to AvatarAudioRingBuffer 2013-06-11 14:49:56 -07:00
Stephen Birarda
676ca9cf76 re-link the STK library in the audio-mixer 2013-06-11 14:39:32 -07:00
Stephen Birarda
d95d3eba3b hook audio-mixer up to new domain server check in method 2013-06-07 15:35:17 -07:00
Stephen Birarda
17750bd5d2 remove ShareAudioFactors struct from audio-mixer 2013-06-07 15:00:33 -07:00
Andrzej Kapolka
6ef7da5200 Merge branch 'master' of https://github.com/worklist/hifi 2013-06-06 13:09:23 -07:00
Stephen Birarda
233ce67379 don't link STK library while not being used 2013-06-06 11:57:38 -07:00
Stephen Birarda
115c39dbcf bring PHASE_DELAY_AT_90 constant above algorithim that uses it 2013-06-06 11:48:20 -07:00
Stephen Birarda
53fece29fa remove redundant calculation 2013-06-06 11:47:17 -07:00
Stephen Birarda
19ab1816bb remove the CPU hogging FreeVerb effect 2013-06-06 11:45:33 -07:00
Stephen Birarda
8e4ef406ca Revert "uncomment the FreeVerb code"
This reverts commit 7232544626.
2013-06-06 11:11:57 -07:00
Stephen Birarda
7232544626 uncomment the FreeVerb code 2013-06-06 11:04:40 -07:00
Stephen Birarda
b60230b29c Merge branch 'master' of github.com:worklist/hifi into synthesis 2013-06-06 11:01:16 -07:00
Stephen Birarda
83f7b2943c comment out the FreeVerb effect to check mixer performance 2013-06-06 10:59:03 -07:00
Andrzej Kapolka
c1bccb04d1 Merge branch 'master' of https://github.com/worklist/hifi 2013-06-06 10:21:10 -07:00
Andrzej Kapolka
e0189c9834 Build fix, render body as balls if we don't have an avatar. 2013-06-06 10:17:57 -07:00
Stephen Birarda
ce1d1edd11 add missing cstring include for memcpy 2013-06-06 09:54:28 -07:00
Stephen Birarda
719af3b9e6 Merge branch 'master' of github.com:worklist/hifi into echo 2013-06-06 09:52:33 -07:00
Stephen Birarda
378f3deb1a constantize some more of the effect mix calculations 2013-06-05 17:37:07 -07:00
Stephen Birarda
5bbf96d946 allow avatar agents to ask for audio loopback 2013-06-05 17:31:52 -07:00
Stephen Birarda
fe7749c397 remove a blank line 2013-06-05 16:55:13 -07:00
Stephen Birarda
f5a73b00a4 combine change to attenuation coefficient in existing conditional 2013-06-05 16:54:36 -07:00
Stephen Birarda
7715e58b3d use the attenuation ratio passed by an injected source 2013-06-05 16:46:07 -07:00
Stephen Birarda
58752d7e2d rework the FreeVerb effect mix calculations 2013-06-05 16:04:58 -07:00
Stephen Birarda
60b018b8b2 refactoring in the audio-mixer for spherical injector and FreeVerb 2013-06-05 15:55:39 -07:00