Correct goniometer transport and correlation meter

This commit is contained in:
Mikei386
2026-07-21 20:06:47 +02:00
parent 91aeccb938
commit 54f0f7a450
12 changed files with 297 additions and 80 deletions
+20 -11
View File
@@ -507,23 +507,23 @@
<input id="opt_xySilenceGate" type="checkbox" checked>
Silence-Gate aktivieren (RMS-basiert)
</label>
<small>Gatet Goniometer &amp; Korrelation bei Pegeln unterhalb der Schwelle</small>
<small>Blendet nur die Goniometer-Spur bei Stille aus; die Korrelation wird unabhängig kontinuierlich gemessen.</small>
</div>
<div class="opt">
<label>Silence-Threshold [dBFS RMS]</label>
<input id="opt_xySilenceThr" type="number" min="-90" max="-40" step="1" style="width:120px">
<small>Default: -75 dBFS RMS (Mono)</small>
</div>
<div class="opt"><label>Korrelation Glättung</label>
<input id="opt_corrSmooth" type="range" min="0.5" max="0.98" step="0.01"><span id="val_corrSmooth"></span>
<small>Glättet die Korrelation für ruhigere Anzeige</small>
<div class="opt"><label>Korrelation Ansprechzeit</label>
<select id="opt_corrResponse">
<option value="1">1,0 s</option>
<option value="2.5">2,5 s</option>
</select>
<small>Kontinuierliche DSP-Integration; unabhängig von Bildrate und ALSA-Periode.</small>
</div>
<div class="opt">
<label class="row" style="align-items:center;gap:8px">
<input id="opt_corrZeroOnSilence" type="checkbox">
Sofortige Nullstellung wenn kein Pegel
</label>
<small>Setzt den KorrelationsWürfel bei Stille sofort auf 0 (ohne Hold/Drift).</small>
<button id="opt_corrResetPeak" type="button">Negativspitze zurücksetzen</button>
<small>Setzt den Negative-Peak-Memory auf 0 zurück; der rote Marker verschwindet.</small>
</div>
<div class="opt"><label>Goniometer Display Gain (dB)</label>
<input id="opt_goniGain" type="range" min="-35" max="35" step="5"><span id="val_goniGain"></span>
@@ -536,9 +536,18 @@
<input id="opt_goniGap" type="range" min="2" max="24" step="1"><span id="val_goniGap"></span>
<small>Abstand zwischen den XY-Meter-Slots</small>
</div>
<div class="opt"><label>Goniometer Fade-Out</label>
<div class="opt"><label>Goniometer-Persistenz</label>
<select id="opt_goniPersistence">
<option value="fast">Fast (50 ms)</option>
<option value="medium">Medium (150 ms)</option>
<option value="slow">Slow (300 ms)</option>
<option value="custom">Phoenix frei</option>
</select>
<small>Fast/Medium/Slow sind reproduzierbare Profile; die endgültige RTW-Abstimmung erfolgt am Referenzgerät.</small>
</div>
<div class="opt"><label>Freies Fade-Out</label>
<input id="opt_goniFade" type="range" min="0" max="600" step="10"><span id="val_goniFade"></span>
<small>Nachleuchten der Spur (ms)</small>
<small>Wird beim Verschieben automatisch als Phoenix-Profil aktiviert.</small>
</div>
</div>
</details>