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

File playback device arg does not apply frequency #962

Closed
devnulling opened this issue Jun 18, 2021 · 1 comment
Closed

File playback device arg does not apply frequency #962

devnulling opened this issue Jun 18, 2021 · 1 comment
Labels

Comments

@devnulling
Copy link
Contributor

Using the freq= param of the device string arg, GQRX does not properly set the frequency.

For example this device arg:

file=/data/test.fc32,freq=900e6,rate=40e6,repeat=true,throttle=true

When GQRX is started, it defaults to 14.236.000

Tested on master 272bd75

@argilo argilo added the bug label Oct 4, 2021
@argilo
Copy link
Member

argilo commented Oct 4, 2021

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
@argilo argilo closed this as completed in 8900f85 Dec 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants