Skip to content

Commit

Permalink
force immediate output status msg when unsquelching
Browse files Browse the repository at this point in the history
  • Loading branch information
ka9q committed Apr 5, 2024
1 parent 44d1be7 commit 0f08a15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ int send_output(struct channel * restrict const chan,float const * restrict buff
chan->output.silent = true;
return 0;
}
if(chan->output.silent)
chan->status.output_timer = 0; // Coming out of a silent (squelched?) period, trigger a channel status

int frames_per_pkt = 0;
#if 0 // IP_MTU // Broken by use of disconnected sockets, but no big deal
{
Expand Down

0 comments on commit 0f08a15

Please sign in to comment.