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

Allow setting of direct_samp via init args #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ryansuchocki
Copy link

Direct sampling mode can currently only be set via writeSetting(). This adds the option of setting it upon initialisation.

In turn, this allows a user to trigger the mode from a client such as GQRX which has no specific support for writing settings but does allow a free-form device argument string.

@zuckschwerdt
Copy link
Member

I see the point. It would be preferable however if GQRX could be changed to enumerate Settings and offer a UI for them or at least offer free-form input for Settings. Any chance for that?

@ryansuchocki
Copy link
Author

OK, I'll look into that. My initial observation is that gr-osmosdr (which GQRX uses) doesn't make any calls to writeSetting(), so it would have to be added there as well.

@nmaster2042
Copy link

An other way would be to replace gr-osmosdr witch is no very maintened by gr-soapy.
Gr-soapy is now part of GNU Radio.

My Feature request here: gqrx-sdr/gqrx#1267

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

Successfully merging this pull request may close these issues.

3 participants