-
Notifications
You must be signed in to change notification settings - Fork 549
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
File playback device arg does not apply frequency #962
Labels
Comments
I expect this happens because Gqrx doesn't ask gr-osmosdr what the current center frequency is. #951 has a similar root cause. |
vladisslav2011
added a commit
to vladisslav2011/gqrx
that referenced
this issue
Nov 22, 2021
Try to parce center frequncy from a filename and apply it to waterfall. Store current tuned frequency to a class member before switchng to IQ file and restore it after playback ends. My be fixes gqrx-sdr#977 too.
vladisslav2011
added a commit
to vladisslav2011/gqrx
that referenced
this issue
Dec 2, 2021
Try to parce center frequncy from a filename and apply it to waterfall. Store current tuned frequency to a class member before switchng to IQ file and restore it after playback ends. My be fixes gqrx-sdr#977 too.
vladisslav2011
added a commit
to vladisslav2011/gqrx
that referenced
this issue
Dec 2, 2021
Try to parce center frequncy from a filename and apply it to waterfall. Store current tuned frequency to a class member before switchng to IQ file and restore it after playback ends. My be fixes gqrx-sdr#977 too.
vladisslav2011
added a commit
to vladisslav2011/gqrx
that referenced
this issue
Dec 4, 2021
Try to parce center frequncy from a filename and apply it to waterfall. Store current tuned frequency to a class member before switchng to IQ file and restore it after playback ends. My be fixes gqrx-sdr#977 too.
vladisslav2011
added a commit
to vladisslav2011/gqrx
that referenced
this issue
Dec 15, 2021
Try to parce center frequncy from a filename and apply it to waterfall. Store current tuned frequency to a class member before switchng to IQ file and restore it after playback ends. My be fixes gqrx-sdr#977 too. Restore offset freq after playback Remove unused function Update uiDockRxOpt widgets correctly
vladisslav2011
added a commit
to vladisslav2011/gqrx
that referenced
this issue
Dec 18, 2021
Try to parce center frequncy from a filename and apply it to waterfall. Store current tuned frequency to a class member before switchng to IQ file and restore it after playback ends. My be fixes gqrx-sdr#977 too. Restore offset freq after playback Remove unused function Update uiDockRxOpt widgets correctly
vladisslav2011
added a commit
to vladisslav2011/gqrx
that referenced
this issue
Dec 18, 2021
Try to parce center frequncy from a filename and apply it to waterfall. Store current tuned frequency to a class member before switchng to IQ file and restore it after playback ends. My be fixes gqrx-sdr#977 too. Restore offset freq after playback Remove unused function Update uiDockRxOpt widgets correctly
vladisslav2011
added a commit
to vladisslav2011/gqrx
that referenced
this issue
Dec 18, 2021
Try to parce center frequncy from a filename and apply it to waterfall. If parcing the file fails, default to last sample rate/center frequency. Store current tuned frequency to a class member before switchng to IQ file and restore it after playback ends. My be fixes gqrx-sdr#977 too. Restore offset freq after playback Remove unused function Update uiDockRxOpt widgets correctly
vladisslav2011
added a commit
to vladisslav2011/gqrx
that referenced
this issue
Dec 18, 2021
Try to parce center frequncy from a filename and apply it to waterfall. If parcing the file fails, default to last sample rate/center frequency. Store current tuned frequency to a class member before switchng to IQ file and restore it after playback ends. My be fixes gqrx-sdr#977 too. Restore offset freq after playback Remove unused function Update uiDockRxOpt widgets correctly
vladisslav2011
added a commit
to vladisslav2011/gqrx
that referenced
this issue
Dec 23, 2021
Try to parce center frequncy from a filename and apply it to waterfall. If parcing the file fails, default to last sample rate/center frequency. Restore current tuned frequency and offset after playback ends. My be fixes gqrx-sdr#977 too. Remove unused function Update uiDockRxOpt widgets correctly
vladisslav2011
added a commit
to vladisslav2011/gqrx
that referenced
this issue
Dec 31, 2021
Try to parce center frequncy from a filename and apply it to waterfall. If parcing the file fails, default to last sample rate/center frequency. Restore current tuned frequency and offset after playback ends. My be fixes gqrx-sdr#977 too. Remove unused function Update uiDockRxOpt widgets correctly
vladisslav2011
added a commit
to vladisslav2011/gqrx
that referenced
this issue
Dec 31, 2021
Try to parce center frequncy from a filename and apply it to waterfall. If parcing the file fails, default to last sample rate/center frequency. Restore current tuned frequency and offset after playback ends. My be fixes gqrx-sdr#977 too. Remove unused function Update uiDockRxOpt widgets correctly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the
freq=
param of the device string arg, GQRX does not properly set the frequency.For example this device arg:
When GQRX is started, it defaults to
14.236.000
Tested on master 272bd75
The text was updated successfully, but these errors were encountered: