Philip Rosedale
|
bc374d0183
|
More audio tweaks
|
2013-06-19 16:02:56 -07:00 |
|
Philip Rosedale
|
216c5d054d
|
working on audio system, added metrics on in/out latency.
|
2013-06-18 12:16:39 -07:00 |
|
Philip Rosedale
|
002f8c736f
|
Added adjustable audio jitter buffer (in preferences), and simple lowPassFilter (for pert testing compared to LPF)
|
2013-06-17 18:30:02 -07:00 |
|
Stephen Birarda
|
ecd03d7b4b
|
replace magic number 1 with sizeof
|
2013-06-06 11:54:44 -07:00 |
|
Stephen Birarda
|
5bbf96d946
|
allow avatar agents to ask for audio loopback
|
2013-06-05 17:31:52 -07:00 |
|
Stephen Birarda
|
2db7b5de4e
|
fix the number of bytes for microphone audio
|
2013-06-05 14:41:10 -07:00 |
|
Stephen Birarda
|
beb415a851
|
correct buffer byte constants in AudioRingBuffer
|
2013-06-05 12:45:07 -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
|
0f70c9c06b
|
send full quaternion orientation instead of just bearing to audio-mixer
|
2013-06-04 12:52:09 -07:00 |
|
Jeffrey Ventrella
|
e96503de0d
|
Merge remote-tracking branch 'upstream/master'
|
2013-06-03 12:26:51 -07:00 |
|
Stephen Birarda
|
0fedf354e0
|
don't attempt to send microphone audio if AgentList is NULL
|
2013-06-03 12:10:18 -07:00 |
|
Jeffrey Ventrella
|
8d031b5c2d
|
preparation for extending the avatar ball array to accommodate more touch capabilities
|
2013-06-03 11:53:00 -07:00 |
|
Stephen Birarda
|
a5a30efec9
|
CR fixes
|
2013-05-29 11:42:10 -07:00 |
|
Stephen Birarda
|
5d74a865e8
|
make audio echo a menu option instead of forcing with mirror
|
2013-05-29 11:35:32 -07:00 |
|
Stephen Birarda
|
8118e3bf69
|
type squish in Audio.cpp
|
2013-05-28 16:23:54 -07:00 |
|
Stephen Birarda
|
55954899e6
|
fix silent audio on client
|
2013-05-28 16:20:23 -07:00 |
|
Jeffrey Ventrella
|
75b57d17a7
|
fixed some things based on recent code review
|
2013-05-27 18:54:44 -07:00 |
|
Stephen Birarda
|
95cef67e33
|
Revert "remove unused variable in Audio"
This reverts commit bbdd601855 .
|
2013-05-21 15:01:08 -07:00 |
|
birarda
|
ca9738a101
|
Merge pull request #370 from birarda/master
remove unused varible in Audio
|
2013-05-21 14:52:45 -07:00 |
|
Stephen Birarda
|
bbdd601855
|
remove unused variable in Audio
|
2013-05-21 14:52:05 -07:00 |
|
Andrzej Kapolka
|
597769a861
|
Added basic capsule/sphere collisions between avatar and voxels.
|
2013-05-21 12:58:02 -07:00 |
|
Philip Rosedale
|
d9cc07cf17
|
Working on audio echo cancellation
|
2013-05-18 12:33:21 -07:00 |
|
Philip Rosedale
|
78bd5ab40f
|
Fixes per review
|
2013-05-16 13:34:48 -06:00 |
|
Philip Rosedale
|
29889725ef
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2013-05-15 21:17:34 -06:00 |
|
Philip Rosedale
|
1a283c3ac0
|
Improvements to scope display, added framework for echo analysis over multiple frames
|
2013-05-15 21:15:55 -06:00 |
|
Stephen Birarda
|
d78daf53e9
|
fix copy of Avatar object for use in Audio class
|
2013-05-15 17:28:27 -07:00 |
|
Stephen Birarda
|
fc5e42cf8b
|
add threaded injection of audio via audio injector class
|
2013-05-15 16:10:59 -07:00 |
|
Philip Rosedale
|
2820323567
|
Fixes from merge
|
2013-05-15 13:48:55 -07:00 |
|
Philip Rosedale
|
f6389cac38
|
First commit, audio echo detection, also changed scope to show last buffer played rather than next buffer to play.
|
2013-05-15 13:03:22 -07:00 |
|
Stephen Birarda
|
e0ee50fa9c
|
spacing changes in Audio render
|
2013-05-15 12:38:11 -07:00 |
|
Stephen Birarda
|
351412f6e8
|
constantize SOUND_PITCH in addProceduralSounds
|
2013-05-15 12:36:53 -07:00 |
|
Stephen Birarda
|
63a2b203d9
|
constantize VOLUME_BASELINE in addProceduralSounds
|
2013-05-15 12:36:19 -07:00 |
|
Stephen Birarda
|
274c810dec
|
constantize the number of packets to discard for stats
|
2013-05-15 12:35:41 -07:00 |
|
Stephen Birarda
|
b186dd0f65
|
comment cleanup for audioCallback
|
2013-05-15 12:24:58 -07:00 |
|
Stephen Birarda
|
c5fdfd64e7
|
remove extra space
|
2013-05-15 12:22:11 -07:00 |
|
Stephen Birarda
|
44b12cb593
|
spacing changes
|
2013-05-15 12:21:43 -07:00 |
|
Stephen Birarda
|
fb42e8df04
|
correct some global references in Audio.cpp
|
2013-05-15 12:19:40 -07:00 |
|
Stephen Birarda
|
ce34a8f3e0
|
add packet headers and agent types for audio clarity
|
2013-05-15 11:43:49 -07:00 |
|
Stephen Birarda
|
26c34bb86c
|
sensible initialization for Audio member variables
|
2013-05-15 11:29:52 -07:00 |
|
Stephen Birarda
|
4693082db0
|
refactor Audio to remove requirement of AudioData
|
2013-05-15 10:54:36 -07:00 |
|
Stephen Birarda
|
2a47d8955a
|
remove some leftover walking sound stuff
|
2013-05-10 17:44:50 -07:00 |
|
Stephen Birarda
|
82ed4a4ae8
|
remove old style walking sounds
|
2013-05-10 17:21:58 -07:00 |
|
Philip Rosedale
|
ddc97a6ac9
|
Merge remote-tracking branch 'upstream/master'
|
2013-05-08 19:36:45 -07:00 |
|
Philip Rosedale
|
76c5a74876
|
Added gyro pitch to view, moved onscreen displays around to look nicer.
|
2013-05-08 19:35:48 -07:00 |
|
Philip Rosedale
|
baf64c07dc
|
Added Procedural audio noise when moving, scaled to velocity
|
2013-05-08 09:04:38 -07:00 |
|
Philip Rosedale
|
e1645b1158
|
Testing audio noise generation at client
|
2013-05-07 12:48:35 -07:00 |
|
Stephen Birarda
|
bd3c902b68
|
remove logging of audio stats
|
2013-05-03 15:13:38 -07:00 |
|
Stephen Birarda
|
90a08b4dd8
|
cleanup in Audio and Util
|
2013-05-03 14:45:47 -07:00 |
|
Philip Rosedale
|
f6ef117788
|
Merge pull request #157 from tschw/19165
19165
|
2013-04-27 16:37:46 -07:00 |
|