feat(element-web): roll out v0.5.0 with AI noise suppression
Ships ADR-0018: DeepFilterNet3 as an opt-in filter in the call widget, default off, checkbox plus slider, 35 % by default. The image now carries 23 MB of model assets under /widgets/element-call/assets/dfn3/; they load when the user turns the filter on, not on page load, so anyone leaving it off pays nothing. The .7 package would have shipped a filter that was dead inside the widget and nowhere else. Verified through the chain instead of trusting the green build: npm package, node_modules, webpack output, and the CI artifact all carry the assets at the path the widget requests. The last link — the running pod — gets checked after this syncs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
83a14e1d67
commit
25c5bb6286
@@ -81,12 +81,17 @@ spec:
|
|||||||
image:
|
image:
|
||||||
registry: rohana.axion1337.de
|
registry: rohana.axion1337.de
|
||||||
repository: sorb/threadnet-web
|
repository: sorb/threadnet-web
|
||||||
|
# v0.5.0 = KI-Geraeuschunterdrueckung im Call-Widget (ADR-0018): erste
|
||||||
|
# Funktionserweiterung seit dem Rebrand, daher Minor statt Patch. Das
|
||||||
|
# Image traegt jetzt 23 MB Modell-Assets unter
|
||||||
|
# /widgets/element-call/assets/dfn3/ - sie werden erst beim Einschalten
|
||||||
|
# des Filters geladen, nicht beim Seitenaufruf.
|
||||||
# v0.4.0 = Rebrand sichtbar: zentrierte Icons, Markenfarbe #ed4f4c,
|
# v0.4.0 = Rebrand sichtbar: zentrierte Icons, Markenfarbe #ed4f4c,
|
||||||
# About-Attribution unter der Client-Version (ThreadNet-Web#10).
|
# About-Attribution unter der Client-Version (ThreadNet-Web#10).
|
||||||
# Die Linie beginnt bei v0.3.0, dem ersten kanonischen CI-Build aus
|
# Die Linie beginnt bei v0.3.0, dem ersten kanonischen CI-Build aus
|
||||||
# apps/web/Dockerfile - er loeste die Derivat-Images ab, deren
|
# apps/web/Dockerfile - er loeste die Derivat-Images ab, deren
|
||||||
# Entrypoint ohne Exec-Bit /config.json still brach (ThreadNet-Web#8).
|
# Entrypoint ohne Exec-Bit /config.json still brach (ThreadNet-Web#8).
|
||||||
tag: v0.4.3
|
tag: v0.5.0
|
||||||
ingress:
|
ingress:
|
||||||
host: axion1337.chat
|
host: axion1337.chat
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user