Skip to content

Commit

Permalink
Merge pull request #931 from argilo/fix-pcmcat
Browse files Browse the repository at this point in the history
Fix SSRC generation for pcmcat command
  • Loading branch information
darksidelemm authored Nov 8, 2024
2 parents 40ab53b + 3928a69 commit 8037854
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 8037854

Please sign in to comment.