Skip to content

Commit

Permalink
Fix SSRC generation for pcmcat command
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Nov 7, 2024
1 parent 40ab53b commit 3928a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_rx/autorx/ka9q.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def ka9q_get_iq_cmd(
# -2 option was removed sometime in early 2024.
_cmd = (
f"pcmcat "
f"-s {int(frequency)} "
f"-s {round(frequency / 1000)}01 "
f"{_pcm_host} |"
)

Expand Down

0 comments on commit 3928a69

Please sign in to comment.