Add demodulation toggle for digital voice

This commit is contained in:
Smittix
2026-02-10 12:02:08 +00:00
parent 9bfbd6231d
commit 0a02325c0c
3 changed files with 21 additions and 3 deletions
+11
View File
@@ -29,6 +29,17 @@
</select>
</div>
<div class="form-group">
<label>Demodulation</label>
<select id="dmrDemod">
<option value="nfm" selected>NFM (recommended)</option>
<option value="fm">FM (wide)</option>
</select>
<span style="font-size: 0.75em; color: var(--text-muted); display: block; margin-top: 2px;">
Narrow FM often improves digital voice decode on 12.5 kHz channels.
</span>
</div>
<div class="form-group">
<label>Gain</label>
<input type="number" id="dmrGain" value="40" min="0" max="50" style="width: 100%;">