Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 11025bps SSTV files not playing with nbfm. #1

Open
dperret opened this issue May 4, 2023 · 0 comments
Open

Fix 11025bps SSTV files not playing with nbfm. #1

dperret opened this issue May 4, 2023 · 0 comments

Comments

@dperret
Copy link
Contributor

dperret commented May 4, 2023

Add resampler block

Traceback (most recent call last):
  File "/usr/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/usr/lib/python3.6/multiprocessing/process.py", line 93, in run
    self._target(*self._args, **self._kwargs)
  File "./challengectl.py", line 126, in fire_nbfm
    nbfm.main(wav_src, wav_rate, freq, device)
  File "/home/corey/WCTF/challengectl/challenges/nbfm.py", line 201, in main
    tb = top_block_cls()
  File "/home/corey/WCTF/challengectl/challenges/nbfm.py", line 90, in __init__
    fh=-1.0,
  File "/usr/local/lib/python3/dist-packages/gnuradio/analog/nbfm_tx.py", line 61, in __init__
    raise ValueError("quad_rate is not an integer multiple of audio_rate")
ValueError: quad_rate is not an integer multiple of audio_rate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant