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

include recording settings in binary format #6

Closed
xloem opened this issue Nov 13, 2017 · 1 comment · May be fixed by #9
Closed

include recording settings in binary format #6

xloem opened this issue Nov 13, 2017 · 1 comment · May be fixed by #9

Comments

@xloem
Copy link

xloem commented Nov 13, 2017

It would be great if the binary format included a header specifying the window choice, device settings, etc, to keep a log of all data regarding the recording.

@xloem
Copy link
Author

xloem commented Feb 12, 2018

Resolving this issue would ideally involve:

  • writing out all data needed to reproduce the recording environment exactly, including a representation for all configuration options passed on the command line, all the SoapySDR settings, and details on what device is selected to record from (ideally some device-specific string that might include a serial number, but even just the model is good)
  • updating both the reading and writing code to support the new format
  • maintaining compatibility with the old format, by for example changing the magic string when writing in the new format, and including reading code for both the old and new format based on the magic string
  • testing the code to verify it reads out what was written correctly

If someone does not own a usb radio, I would be happy to give you an RTL-SDR to test with.

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 a pull request may close this issue.

1 participant