Ken Cooke
|
6b740e855d
|
Optimize the loudness computation
NOTES:
Loudness is now measured post-gating, for improved metering.
Keep original algorithm, since other code depends on loudness behavior.
|
2017-05-23 14:31:24 -07:00 |
|
Ken Cooke
|
a6a29786ae
|
Cleanup
|
2017-05-23 12:53:39 -07:00 |
|
Ken Cooke
|
8608695695
|
Remove old noise gate
|
2017-05-23 12:52:29 -07:00 |
|
Ken Cooke
|
175d1be7ca
|
Implement state-machine to detect gate opening/closing. Fixes bugs with mute.
|
2017-05-23 12:32:41 -07:00 |
|
Ken Cooke
|
850dbd76c9
|
Integrate new noise gate
|
2017-05-23 11:12:36 -07:00 |
|
Ken Cooke
|
986d86ec17
|
Fix nasty preexisting bug in computing numSamples, where sizeof(SAMPLE_SIZE) incorrectly returns 4 instead of 2.
|
2017-05-23 10:29:43 -07:00 |
|
Ken Cooke
|
71de3d5ca1
|
Instantiate new gate with the correct number of channels
|
2017-05-23 08:40:15 -07:00 |
|
Ken Cooke
|
746b41e509
|
Fix typo in comments
|
2017-05-18 17:30:07 -07:00 |
|
Ken Cooke
|
205b9d4aec
|
Fix compiler warnings
|
2017-05-18 16:49:02 -07:00 |
|
Ken Cooke
|
18ed3dd6ed
|
Remove debug code
|
2017-05-18 14:30:25 -07:00 |
|
Ken Cooke
|
6f2a84a084
|
Add stand-alone DC blocking filter
|
2017-05-18 14:26:35 -07:00 |
|
Ken Cooke
|
c1cd26b473
|
New log-domain noise gate with adaptive threshold
|
2017-05-18 14:21:56 -07:00 |
|
Ken Cooke
|
106dd6ce6a
|
Fast fixed-point log2 approximation
|
2017-05-18 14:15:10 -07:00 |
|
Ken Cooke
|
cad9eeb8ba
|
Refactor the peak limiter (output is bit-exact)
|
2017-05-18 14:13:24 -07:00 |
|
David Kelly
|
c2b140cc03
|
Merge pull request #10489 from davidkelly/dk/sequenceNumberForAvatarIdentity
Switch from timestamp to sequence id for avatar identity
|
2017-05-18 10:09:42 -07:00 |
|
Brad Hefta-Gaub
|
fbc32e5ba1
|
Merge pull request #10485 from samcake/orange
Add protections when accessing the mip bytes of a texture when provided from a KtxStorage
|
2017-05-18 08:47:58 -07:00 |
|
Brad Hefta-Gaub
|
014fd710de
|
Merge pull request #10490 from Atlante45/feat/settings-map
Enable Map/List storage in the settings
|
2017-05-17 21:24:04 -07:00 |
|
Seth Alves
|
b05cb4af3b
|
fix nan
|
2017-05-17 20:51:34 -07:00 |
|
Zach Pomerantz
|
e8ab780899
|
include details in critical variantMap parsing error
|
2017-05-17 21:32:13 -04:00 |
|
Howard Stearns
|
95111d24b2
|
Merge branch 'master' into dk/sequenceNumberForAvatarIdentity
|
2017-05-17 17:09:47 -07:00 |
|
Brad Hefta-Gaub
|
c07eb3e45e
|
Merge pull request #10471 from hyperlogic/feature/ik-flex-coeff
Flex and weight IK tuning parameters
|
2017-05-17 16:48:50 -07:00 |
|
Brad Hefta-Gaub
|
93f3b2df45
|
Merge pull request #10491 from birarda/bug/bearer-timeout
disable the bearer poll timeout
|
2017-05-17 16:24:17 -07:00 |
|
Anthony J. Thibault
|
0018224fef
|
moar warning fixes
|
2017-05-17 16:23:39 -07:00 |
|
Andrew Meadows
|
09433a93ba
|
Merge pull request #10477 from AndrewMeadows/correct-avatar-mass
More correct avatar mass
|
2017-05-17 16:22:06 -07:00 |
|
Brad Hefta-Gaub
|
0d3f7058ec
|
Merge pull request #10483 from AndrewMeadows/cap-velocities
cap scripted linear and angular velocity inputs
|
2017-05-17 16:15:42 -07:00 |
|
Stephen Birarda
|
2ac5fbf91d
|
set wireless scan interval to -1
|
2017-05-17 15:33:52 -07:00 |
|
Anthony J. Thibault
|
78dd30f656
|
macosx warning fix
|
2017-05-17 15:22:39 -07:00 |
|
Zach Fox
|
c5a5cad76d
|
Merge pull request #10487 from zfox23/removeExtraneousSendIdentity
Remove extraneous calls to sendIdentityPacket()
|
2017-05-17 15:20:09 -07:00 |
|
David Kelly
|
057718bde3
|
remove clockSkew, reference new version for Avatar packets
|
2017-05-17 15:14:56 -07:00 |
|
David Kelly
|
689a0b5bad
|
Switch from timestamp to sequence id for avatar identity
|
2017-05-17 14:22:36 -07:00 |
|
Zach Fox
|
d4752926b8
|
First pass - checking performance
|
2017-05-17 13:51:27 -07:00 |
|
samcake
|
ab3ea65d54
|
Simply add protections when accessing the mip bytes of a texture when provided from a KtxStorage
|
2017-05-17 12:36:12 -07:00 |
|
Atlante45
|
0d77977936
|
Enable Map/List storage in the settings
|
2017-05-17 12:11:15 -07:00 |
|
Seth Alves
|
9b1fe60b7c
|
suppress frequest log-spam from constraints.
|
2017-05-17 11:55:31 -07:00 |
|
Seth Alves
|
8a88b30da7
|
Merge pull request #10468 from AndrewMeadows/cleanup-actions
cleanup Actions and Constraints part-1
|
2017-05-17 11:33:53 -07:00 |
|
Andrew Meadows
|
82c7188376
|
Merge pull request #10470 from huffman/fix/ktx-cubemaps
Fix progressive loading of KTX cubemaps
|
2017-05-17 11:23:24 -07:00 |
|
Andrew Meadows
|
97ed719506
|
cap scripted linear and angular velocity inputs
|
2017-05-17 10:40:45 -07:00 |
|
Thijs Wenker
|
278bc610d4
|
Merge pull request #10466 from misslivirose/feat-find-entities-by-type
Add function findEntitiesByType EntityScriptingInterface
|
2017-05-17 15:06:04 +02:00 |
|
Brad Hefta-Gaub
|
764bfe94f5
|
Merge pull request #10336 from trentpolack/feature/snap-turn-smoothing-21270
Feature/snap turn smoothing 21270
|
2017-05-16 21:05:38 -07:00 |
|
Brad Hefta-Gaub
|
ee6bed5c1c
|
Merge pull request #10189 from Atlante45/fix/memory-leak
Set max packet per second on the agent
|
2017-05-16 21:03:05 -07:00 |
|
Brad Hefta-Gaub
|
12aa354ddd
|
Merge pull request #10474 from ctrlaltdavid/21346
Fix recording playback not clearing attachments and nametags
|
2017-05-16 20:53:17 -07:00 |
|
Brad Hefta-Gaub
|
254c6e9292
|
Merge pull request #10441 from Atlante45/feat/launch-sandbox
Launch the Sandbox as early as possible
|
2017-05-16 20:52:23 -07:00 |
|
Brad Hefta-Gaub
|
36c7821e1e
|
Merge pull request #10455 from ZappoMan/TriangleSetOptimizations
TriangleSet optimizations - ~80% improvement in Ray picking against models
|
2017-05-16 20:47:50 -07:00 |
|
Brad Hefta-Gaub
|
f623a9dc82
|
Merge pull request #10478 from sethalves/delete-localtree-children
clean up children of deleted avatar-entity
|
2017-05-16 18:14:45 -07:00 |
|
Seth Alves
|
1e4e2cc1b4
|
when a parent entity is deleted, delete its children in the local tree, rather than waiting for the server to tell us about it
|
2017-05-16 16:22:40 -07:00 |
|
Andrew Meadows
|
d065b569d3
|
support for variable avatar mass by size
|
2017-05-16 16:03:51 -07:00 |
|
Ryan Huffman
|
e0212ac32b
|
Remove _fullImageSize from ktx header
|
2017-05-16 15:53:07 -07:00 |
|
Ryan Huffman
|
7225326bfc
|
Fix failed mip insertions not being handled by TextureCache
|
2017-05-16 15:12:47 -07:00 |
|
Ryan Huffman
|
bfd1274ed3
|
Fix progressive loading of cubemaps
In various places we were using the KTX _imageSize as the size of the
entire mip level, when it is actually the size of the face for cubemaps.
|
2017-05-16 15:12:47 -07:00 |
|
Atlante45
|
201f81f20a
|
Don't wait on the sandbox
|
2017-05-16 14:41:57 -07:00 |
|