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 input fixes #1009

Merged
merged 3 commits into from
Mar 17, 2019
Merged

File input fixes #1009

merged 3 commits into from
Mar 17, 2019

Conversation

wentasah
Copy link
Contributor

Few fixes that allow me to process cf32 files.

wentasah and others added 3 commits March 13, 2019 08:23
Since test_mode_buf is an array of unsigned chars, 16bit values stored
to it were previously truncated to 8 bits. We fix this by type-casting
the array to int16_t.
When initial scale was -1, the later condition "scale > 0" was never
true. Fix this so that scale is properly computer from k/M/G prefixes.
@zuckschwerdt zuckschwerdt merged commit 49c4054 into merbanan:master Mar 17, 2019
@zuckschwerdt
Copy link
Collaborator

Sorry, I somehow missed your PR and incidentally fixed the CF32 issue already. Thanks for fixing the scale issue.

@kpreid
Copy link

kpreid commented Mar 17, 2019

Could we have a tagged release including the cf32 fix sometime soon? (I'd like to be able to point to a compatible version number and expect it to show up in package managers, for kpreid/shinysdr#128.)

@merbanan
Copy link
Owner

@kpreid 201904 release good enough? I'd like a release before we rework the fsk decode procedure.

@kpreid
Copy link

kpreid commented Mar 17, 2019

That sounds fine.

@wentasah
Copy link
Contributor Author

Out of curiosity, how do you plan to rework FSK decoding? I'm also playing with it to decode signal from my device.

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.

4 participants