From ea52a3d164c42e9d077a76b38349b46795c01cd7 Mon Sep 17 00:00:00 2001 From: steveseguin Date: Sat, 3 Dec 2022 05:02:39 -0500 Subject: [PATCH] bug fixes and added more audio codecs --- comms.html | 2 +- devices.css | 1 - index.html | 51 +- lib.js | 998 ++- main.css | 35 +- main.js | 165 +- minidirector.css | 73 +- mixer.html | 8 +- thirdparty/CodecsHandler.js | 285 +- thirdparty/lyra/README.md | 25 + thirdparty/lyra/model_coeffs/README.md | 6 + thirdparty/lyra/model_coeffs/lyragan.tflite | Bin 0 -> 1475160 bytes thirdparty/lyra/model_coeffs/quantizer.tflite | Bin 0 -> 329012 bytes .../model_coeffs/soundstream_encoder.tflite | Bin 0 -> 1779200 bytes thirdparty/lyra/webassembly_codec_wrapper.js | 6508 +++++++++++++++++ .../lyra/webassembly_codec_wrapper.wasm | Bin 0 -> 3848063 bytes webrtc.js | 2 +- 17 files changed, 7769 insertions(+), 390 deletions(-) create mode 100644 thirdparty/lyra/README.md create mode 100644 thirdparty/lyra/model_coeffs/README.md create mode 100644 thirdparty/lyra/model_coeffs/lyragan.tflite create mode 100644 thirdparty/lyra/model_coeffs/quantizer.tflite create mode 100644 thirdparty/lyra/model_coeffs/soundstream_encoder.tflite create mode 100644 thirdparty/lyra/webassembly_codec_wrapper.js create mode 100644 thirdparty/lyra/webassembly_codec_wrapper.wasm diff --git a/comms.html b/comms.html index b9dc123..788ea0c 100644 --- a/comms.html +++ b/comms.html @@ -510,7 +510,7 @@ user-select: none; } .pressed>.group{ - border: solid 2px black; + box-shadow: inset 2px 2px 10px #0007, inset -2px -2px 10px #0007; background-color: #276022aa; } button.pressed { diff --git a/devices.css b/devices.css index 79a9458..26db120 100644 --- a/devices.css +++ b/devices.css @@ -19,7 +19,6 @@ h1 { font-size: 1rem; padding: 10px; position: relative; - user-select: none; background: #d0d0d0; border-radius: 4px; } diff --git a/index.html b/index.html index c55a387..0e38f85 100644 --- a/index.html +++ b/index.html @@ -57,7 +57,7 @@ - + @@ -73,7 +73,7 @@ --> - + @@ -81,9 +81,9 @@ - + - + - + @@ -882,7 +885,7 @@ Welcome to VDO Ninja! We've rebranded! Nothing else is changing and we're staying 100% free.
- 🚀🚀 Site updated November 18th, 2022 to v22. If having new sudden issues, please try clearing your browser's cache, including refreshing the cache within any OBS browser source. You can also still access the previous version, which is hosted here. Development updates are here. + 🚀🚀 Site last updated on Nov.18th (v22 release notes). You can also still access the previous version, which is hosted here. Development updates are here.

@@ -943,7 +946,7 @@

INVITE A GUEST

Guests can use the link to join the group room - +