Skip to content

Commit 8037854

Browse files
authored
Merge pull request #931 from argilo/fix-pcmcat
Fix SSRC generation for pcmcat command
2 parents 40ab53b + 3928a69 commit 8037854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto_rx/autorx/ka9q.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def ka9q_get_iq_cmd(
124124
# -2 option was removed sometime in early 2024.
125125
_cmd = (
126126
f"pcmcat "
127-
f"-s {int(frequency)} "
127+
f"-s {round(frequency / 1000)}01 "
128128
f"{_pcm_host} |"
129129
)
130130

0 commit comments

Comments
 (0)