From e9aa676207be6e1b11863778deddba59109d88fb Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 9 Sep 2022 13:01:50 +0200 Subject: works! --- client-web/public/app.html | 3 --- client-web/public/assets/rnnoise/rnnoise-processor.js | 4 ++-- client-web/public/start.html | 4 +--- 3 files changed, 3 insertions(+), 8 deletions(-) (limited to 'client-web/public') diff --git a/client-web/public/app.html b/client-web/public/app.html index 693e9a2..beee565 100644 --- a/client-web/public/app.html +++ b/client-web/public/app.html @@ -3,13 +3,10 @@ - - keks-meet -

keks-meet needs evil javascript to be enabled. Don't be afraid diff --git a/client-web/public/assets/rnnoise/rnnoise-processor.js b/client-web/public/assets/rnnoise/rnnoise-processor.js index 5b594a4..72cf736 100644 --- a/client-web/public/assets/rnnoise/rnnoise-processor.js +++ b/client-web/public/assets/rnnoise/rnnoise-processor.js @@ -25,14 +25,14 @@ : ((this.alive = !1), b.deleteState(this.state))); }; } - process(a, c, e) { + process(a, c, _e) { if (!a[0][0]) return 1 if (this.alive) return ( d.set(a[0][0], b.getInput(this.state) / 4), (a = c[0][0]), (c = b.pipe(this.state, a.length) / 4) && - a.set(d.subarray(c, c + a.length)), + a.set(d.subarray(c, c + a.length)), !0 ); } diff --git a/client-web/public/start.html b/client-web/public/start.html index db62bcf..1a8080e 100644 --- a/client-web/public/start.html +++ b/client-web/public/start.html @@ -3,9 +3,7 @@ - - - + keks-meet -- cgit v1.2.3-70-g09d2