Ncurses Misc Cosmetic Fixes on Analog;

This commit is contained in:
lwvmobile 2024-04-02 11:39:35 -04:00
parent b8cb4ad521
commit 40b1b67b29
1 changed files with 3 additions and 1 deletions

View File

@ -2470,7 +2470,9 @@ ncursesPrinter (dsd_opts * opts, dsd_state * state)
printw (" \n");
if (opts->udp_sockfdA != 0) //Analog Output on udp port +2
{
printw ("| UDP Analog Output: %s:%d; 48 kHz 1 Ch; G: %02.0f%% (/|*)", opts->udp_hostname, opts->udp_portno+2, opts->audio_gainA);
printw ("| UDP Analog Output: %s:%d; 48 kHz 1 Ch; G: %02.0f%% (/|*) ", opts->udp_hostname, opts->udp_portno+2, opts->audio_gainA);
if (opts->audio_gainA == 0.0f) printw ("A ");
else printw ("M ");
if (opts->audio_in_type != 3) printw ("RMS: %04ld; ", opts->rtl_rms);
if (opts->use_lpf == 1) printw ("F: |LP|"); else printw ("F: | |");
if (opts->use_hpf == 1) printw ("HP|"); else printw (" |");