Skip to content

Bug fixes#109

Open
m5evt wants to merge 13 commits intog0orx:masterfrom
m5evt:bug_fixes
Open

Bug fixes#109
m5evt wants to merge 13 commits intog0orx:masterfrom
m5evt:bug_fixes

Conversation

@m5evt
Copy link
Copy Markdown
Contributor

@m5evt m5evt commented Oct 19, 2021

Commit titles describe changes made. Sticking to one fix per commit.

m5evt added 9 commits October 19, 2021 12:25
Noise blanker was not updated when selected. New coefficients taken from
dl1ycf experiments with pihpsdr.
SM4VEY reported this fix for Atlas.
During extensive monitoring of HL2 packets to/from linHPSDR, it was noted that sometimes there were delays in packets being processed by linHPSDR. This gives high priority to the socket
Not a bug fix. Move repeated mode calls into a query function in
transmitter.c
Perhaps this is by design? However, currently, the radio_info button for
CAT displays active when CAT daemon is enabled. This only sets active
when a client has connected to that RX cat daemon.
@m5evt m5evt mentioned this pull request Oct 19, 2021
audio.c Outdated
if ((rc = snd_pcm_prepare (r->record_handle)) < 0) {
g_print("mic_read_thread: ALSA: cannot prepare audio interface for use %d (%s)\n", rc, snd_strerror (rc));
return rc;
//return rc;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dubious change. This changes the flow, this function should abort on error. Correct would be a plain return;

@andreasdotorg
Copy link
Copy Markdown
Contributor

This has merge conflicts, also there is the change in return flow. Putting on the backlog, but it looks like there's many valuable fixes in there.

@m5evt
Copy link
Copy Markdown
Contributor Author

m5evt commented Apr 28, 2022

@andreasdotorg thanks for your review. I believe I have resolved the conflict.

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.

2 participants