mirror of
https://github.com/smittix/intercept.git
synced 2026-07-11 11:08:12 -07:00
Add fine tune offset for digital voice
This commit is contained in:
@@ -51,6 +51,15 @@
|
||||
title="Frequency error correction for your RTL-SDR dongle. Digital voice is very sensitive to frequency offset.">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Fine Tune (Hz)</label>
|
||||
<input type="number" id="dmrFineTune" value="0" min="-5000" max="5000" step="100" style="width: 100%;"
|
||||
title="Offset the tuned frequency by a small amount without changing PPM.">
|
||||
<span style="font-size: 0.75em; color: var(--text-muted); display: block; margin-top: 2px;">
|
||||
Adjust in 100 Hz steps; small offsets can dramatically improve P25 decode.
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="form-group" style="margin-top: 4px;">
|
||||
<label style="display: flex; align-items: center; gap: 8px; cursor: pointer;">
|
||||
<input type="checkbox" id="dmrRelaxCrc" style="width: auto; accent-color: var(--accent-cyan);">
|
||||
|
||||
Reference in New Issue
Block a user