mirror of
https://github.com/smittix/intercept.git
synced 2026-07-14 12:38:11 -07:00
Add demodulation toggle for digital voice
This commit is contained in:
@@ -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%;">
|
||||
|
||||
Reference in New Issue
Block a user