Recover analyzer DSP and realtime pipeline corrections
This commit is contained in:
+5
-3
@@ -307,7 +307,7 @@
|
||||
<label>Bänder pro Oktave</label>
|
||||
<select id="opt_rtaBpo" style="width:150px">
|
||||
<option value="1_3">1/3 Oktave</option>
|
||||
<option value="1_6" selected>1/6 Oktave</option>
|
||||
<option value="1_6">1/6 Oktave</option>
|
||||
<option value="1_12">1/12 Oktave</option>
|
||||
</select>
|
||||
<small>Filterauflösung – Anzahl Bänder</small>
|
||||
@@ -355,7 +355,9 @@
|
||||
<select id="opt_rtaIntegration" style="width:150px">
|
||||
<option value="impulse">Impulse</option>
|
||||
<option value="fast" selected>Fast</option>
|
||||
<option value="medium">Medium</option>
|
||||
<option value="slow">Slow</option>
|
||||
<option value="average">Average</option>
|
||||
<option value="peak">Peak (10 ms)</option>
|
||||
</select>
|
||||
<small>Reaktionsmodus</small>
|
||||
@@ -1024,7 +1026,7 @@
|
||||
<input id="opt_ppmDinFastAttack" type="checkbox">
|
||||
PPM DIN: Fast‑Attack (sofort, nicht normgerecht)
|
||||
</label>
|
||||
<small>Umgeht die 5‑ms‑Integration und lässt die Anzeige sofort ansteigen (kann gefühltes Anzeige‑Lag durch Latenz reduzieren).</small>
|
||||
<small>Umgeht die feste 10-ms-Normintegration und zeigt Sample-Peaks sofort an (kann gefühltes Anzeige-Lag reduzieren).</small>
|
||||
</div>
|
||||
<div class="opt">
|
||||
<label class="row" style="align-items:center;gap:8px">
|
||||
@@ -1841,7 +1843,7 @@
|
||||
<div id="ppmDinFastWarn" class="rec-warning" style="display:none">
|
||||
<div class="rec-warning-box">
|
||||
<h3>PPM DIN – Fast‑Attack</h3>
|
||||
<p>Dieser Modus lässt das PPM DIN sofort ansteigen (ohne 5‑ms‑Integration).</p>
|
||||
<p>Dieser Sample-Peak-Sondermodus lässt das PPM DIN sofort ansteigen (ohne 10-ms-Normintegration).</p>
|
||||
<p>Dadurch kann die Anzeige „schneller“ wirken, ist aber <b>nicht mehr normgerecht</b> (DIN 45406 / IEC 60268‑10).</p>
|
||||
<p>Hinweis: Das ändert nur die Anzeige‑Ballistik und kompensiert keine echte Audio‑Latenz.</p>
|
||||
<button id="ppmDinFastWarnBtn" class="btn btn-lg" type="button">Verstanden</button>
|
||||
|
||||
Reference in New Issue
Block a user