Commit graph

125 commits

Author SHA1 Message Date
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
Stephen Birarda
5220129977 correct indentation in audio-mixer main 2013-06-05 12:55:22 -07:00
Stephen Birarda
b0a1a1a01b correct memcpy for orientation for PositionalAudioRingBuffer 2013-06-05 12:53:19 -07:00
Stephen Birarda
beb415a851 correct buffer byte constants in AudioRingBuffer 2013-06-05 12:45:07 -07:00
Stephen Birarda
16d1f8da5a pre-enumerate all sources to push buffers when there is only one source 2013-06-05 12:31:13 -07:00
Stephen Birarda
d64b46a6b2 add specialized parsing of audio data to ARB subclasses 2013-06-05 12:11:56 -07:00
Stephen Birarda
4cb00ad54b clean up AudioRingBuffer by subclassing 2013-06-05 11:51:21 -07:00
Stephen Birarda
eee7d6f92f resolve some conflicts on merge with upstream master 2013-06-05 09:56:26 -07:00
Stephen Birarda
6c2dcb86c8 Merge remote-tracking branch 'upstream/master' into synthesis 2013-06-05 09:55:16 -07:00
Stephen Birarda
7f486c351f correct direction of angle of delivery 2013-06-04 17:15:58 -07:00
Stephen Birarda
fa9b897025 move mixer related constants above related part of mix 2013-06-04 17:00:55 -07:00
Stephen Birarda
c5d3365f3e correct spatialization and off-axis attenuation for a spherical source 2013-06-04 16:44:01 -07:00