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

Bug fixes #109

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Bug fixes #109

wants to merge 13 commits into from

Conversation

m5evt
Copy link
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
@@ -1035,7 +1004,7 @@ fprintf(stderr,"mic_read_thread: ALSA: mic_buffer_size=%d\n",radio->local_microp
//g_print("mic_read_thread: -EPIPE: snd_pcm_prepare\n");
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
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
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
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