Ken Cooke
|
41bcbf6dbd
|
Merge pull request #15936 from sethalves/webrtc
acoustic echo cancellation
|
2019-08-01 05:55:52 -07:00 |
|
Howard Stearns
|
63a70b02b7
|
Merge pull request #15990 from SimonWalton-HiFi/scriptaudioinjector-delete-via-signal
BUGZ-984: Delete script audio-injector wrapper when wrapped object is deleted
|
2019-07-30 16:57:26 -07:00 |
|
Seth Alves
|
27b574cf14
|
disable webrtc for android
|
2019-07-30 14:09:34 -07:00 |
|
Ken Cooke
|
8c6cee4e4d
|
Bypass WebRTC processing when not enabled.
Note: WebRTC processing with all features disabled still holds locks and performs resampling in the callback.
|
2019-07-30 14:09:33 -07:00 |
|
Ken Cooke
|
e6e8491098
|
Improved WebRTC error reporting
|
2019-07-30 14:09:33 -07:00 |
|
Ken Cooke
|
bd0849fd4f
|
Allow AEC with device sample rate up to 96KHz
|
2019-07-30 14:09:32 -07:00 |
|
Ken Cooke
|
5c86c22076
|
Move WebRTC far-end FIFO into AudioClient.h
|
2019-07-30 14:09:32 -07:00 |
|
Seth Alves
|
8ec4505b95
|
add an on/off control for audio echo cancelation to Audio Settings page. It's not yet hooked to anything.
|
2019-07-30 14:09:32 -07:00 |
|
Seth Alves
|
c1cadf670e
|
update webrtc library, enable for android
|
2019-07-30 14:09:31 -07:00 |
|
Ken Cooke
|
569c76c8ba
|
Baseline AEC using WebRTC, always enabled.
Audio streams are hooked as close as possible to device input/output, re-buffering as needed.
|
2019-07-30 14:09:31 -07:00 |
|
Ken Cooke
|
c3b9e4806a
|
Fix longstanding bug in Audio Scope feature that records output to WAV
|
2019-07-30 14:09:30 -07:00 |
|
Ken Cooke
|
80aeeaa3e0
|
Refactor the audio output callback, to expose the final output (far-end) needed for AEC
|
2019-07-30 14:09:30 -07:00 |
|
Seth Alves
|
32d5ab7b1f
|
Make WebRTC library available
|
2019-07-30 14:09:30 -07:00 |
|
Shannon Romano
|
f29284198c
|
Merge pull request #15978 from roxanneskelly/bugz829
BUGZ-829 DEV-168 - domain backup/content management improvements
|
2019-07-29 15:28:49 -07:00 |
|
Sam Gateau
|
7486e906eb
|
Merge pull request #15983 from samcake/toulouse
BUGZ-1080: Changing the default Intel GPU platform profile from mid to low
|
2019-07-27 00:13:45 +02:00 |
|
Roxanne Skelly
|
03b146cfb2
|
fix issue with .json.gz files failing to upload properly
|
2019-07-26 13:55:59 -07:00 |
|
Anthony Thibault
|
5375e53ecb
|
Merge pull request #15974 from luiscuenca/avatarSitAPI
DEV-269: First Class Sitting API
|
2019-07-26 13:36:00 -07:00 |
|
Simon Walton
|
2ebc6e66fe
|
Merge remote-tracking branch 'upstream/master' into scriptaudioinjector-delete-via-signal
Need 985 PR.
|
2019-07-26 09:53:23 -07:00 |
|
Simon Walton
|
a9d3413626
|
Delete script audio-injector wrapper when wrapped object goes
|
2019-07-25 17:51:01 -07:00 |
|
Ryan Huffman
|
de233e456e
|
Merge pull request #15976 from huffman/feat/serverless-tutorial
DEV-266: Add serverless tutorial
|
2019-07-25 13:39:03 -07:00 |
|
Howard Stearns
|
520ba59899
|
Merge pull request #15980 from SimonWalton-HiFi/audio-injector-shutdown
BUGZ-985: Guard against AudioInjectorManager takedown in scripted audio injector destructor
|
2019-07-25 12:50:07 -07:00 |
|
Samuel Gateau
|
da491bc577
|
Changing the default Intel GPU platform profile from mid to low
|
2019-07-25 15:02:44 +02:00 |
|
Ryan Huffman
|
2ec87f4e61
|
Add serverless tutorial
|
2019-07-24 16:38:03 -07:00 |
|
Simon Walton
|
53cf915e8d
|
Guard for AudioInjectorManager existance; clear an audio interface pointer
|
2019-07-24 14:51:41 -07:00 |
|
luiscuenca
|
6e4d1bde8e
|
Fix code and warnings
|
2019-07-24 13:16:53 -07:00 |
|
Shannon Romano
|
a8842bf521
|
Merge pull request #15968 from annabrewer/android-crash-fix
BUGZ-996: Android app crashes on startup
|
2019-07-24 09:33:50 -07:00 |
|
Shannon Romano
|
1883e1d482
|
Merge pull request #15969 from Atlante45/fix/ess-crash
BUGZ-1015: Don't store unused cpuident data arrays
|
2019-07-24 09:05:47 -07:00 |
|
Shannon Romano
|
2942bfaad0
|
Merge pull request #15939 from SamGondelman/shader
Condense directional light shaders using slp defines
|
2019-07-24 09:01:49 -07:00 |
|
Anna
|
2051a9953c
|
change bounds checking to check if index is strictly less than 0
|
2019-07-23 16:00:11 -07:00 |
|
Shannon Romano
|
849a25f576
|
Merge pull request #15966 from jherico/fix/bugz-987
BUGZ-987: fix depth testing of HUD layer 3D objects
|
2019-07-23 15:00:54 -07:00 |
|
Anna
|
a6c569dd78
|
fixed index out of bounds checking when getting cpu, gpu or display in PlatformInstance.cpp
|
2019-07-23 14:45:12 -07:00 |
|
Clement
|
7f9ad4ac25
|
Don't store unused cpuident data arrays
|
2019-07-23 14:23:12 -07:00 |
|
luiscuenca
|
e7e864121f
|
Merge branch 'master' into avatarSitAPI
|
2019-07-23 14:22:42 -07:00 |
|
luiscuenca
|
9cec979552
|
Add sit API to MyAvatar
|
2019-07-23 14:20:54 -07:00 |
|
Shannon Romano
|
266230a53c
|
Merge pull request #15963 from hyperlogic/feature/avatar-reaction-api
Initial version of Avatar Reaction API
|
2019-07-23 13:13:31 -07:00 |
|
Brad Davis
|
449f3d00f9
|
BUGZ-987: fix depth testing of HUD layer 3D objects
|
2019-07-23 12:09:12 -07:00 |
|
Shannon Romano
|
4f922e350e
|
Merge pull request #15913 from ctrlaltdavid/DOC-102
DOC-102: Overlays JSDoc Update
|
2019-07-22 16:24:53 -07:00 |
|
Shannon Romano
|
1594e25c4e
|
Merge pull request #15950 from ctrlaltdavid/DOC-121
DOC-121: AvatarBookmarks JSDoc
|
2019-07-22 15:43:57 -07:00 |
|
Shannon Romano
|
8e708b29de
|
Merge pull request #15934 from ctrlaltdavid/DOC-62
DOC-62: Reticle JSDoc
|
2019-07-22 15:32:48 -07:00 |
|
David Rowe
|
0a32386f45
|
Merge branch 'master' into DOC-102
|
2019-07-20 09:13:52 +12:00 |
|
David Rowe
|
cf9e563458
|
Miscellaneous JSDoc fixes noticed in passing
|
2019-07-19 08:37:10 +12:00 |
|
Shannon Romano
|
ae729dcc87
|
Merge pull request #15940 from jherico/fix/bugz-753
BUGZ-753: bad skyboxes on Intel GPUs
|
2019-07-17 14:38:04 -07:00 |
|
Anthony Thibault
|
ecae92724e
|
Added reaction api
|
2019-07-17 14:28:39 -07:00 |
|
Roxanne Skelly
|
4f9d62696c
|
DEV-262 - Improve logging on failure to load resource
|
2019-07-17 12:58:17 -07:00 |
|
Shannon Romano
|
53a67dcfa9
|
Merge pull request #15872 from SamGondelman/bias
DEV-202: Expose shadow bias and max distance to Zone Entity
|
2019-07-16 15:22:37 -07:00 |
|
Brad Davis
|
11f47ddeed
|
BUGZ-753: bad skyboxes on intel GPUs
|
2019-07-16 13:42:39 -07:00 |
|
SamGondelman
|
965feb6f7a
|
condense direction light shaders using slp defines
|
2019-07-16 11:24:19 -07:00 |
|
Anthony Thibault
|
6425c68836
|
fix for self assignment warning
|
2019-07-16 10:48:51 -07:00 |
|
Seth Alves
|
22a913bee2
|
fix bug that caused comfort-mode to be active at all times in HMD
|
2019-07-15 21:10:42 -07:00 |
|
David Rowe
|
8be59633f4
|
Reticle JSDoc
|
2019-07-16 12:49:54 +12:00 |
|