9 Jul 12:54
Linrad-02.15
Hi All, Linrad-02.15 is now uploaded. Besides a few bug fixes the main difference is that data files generated by Linrad go into dedicated directories. These data files are defined in a new header file: options.h This file also contains other compile time options (debug tools) that previously were defined in vernr.h. The directories are GIFDIR for screen dumps (cmd="G") WAVDIR for standard sound files in pcm format (cmd="W") RAWDIR for raw data in Linrads own format (cmd="S") Raw data files now have the extension .raw Currently the default for all three directories is the same: /home/linrad_data or C:\linrad_data depending on the operating system. The "S" option did not work with SDR-14 on previous versions. Now .raw files up to a bandwidth of 230 kHz can be saved on the Debian Etch system with a Pentium 4. The fatal error 1224 (Overrun error. Is Linrad swapped to disk??) is changed to a warning. This error occurs under Windows when other programs do not allow Linrad to take care of the A/D raw data fast enough.(Continue reading)
> Running with the standard users_extra.c was some help, as the users_extra
> frequency and S meter indicate 'off' when the receiver is muted, but the
> way I have the windows sized the S meter info is hidden, and the frequency
> data doesn't exactly jump off the screen. So I added [via the
> users_extra.c file] a white "MUTE" indicator that appears on the
> users_extra data line above the waterfall when the receiver is muted.
> This is a lot more prominent than the other indicators, and makes it easy
> to tell immediately which receiver is muted.
>
> It only required adding a few lines to users_extra.c
>
> //display mute if necessary
> if (mix1_selfreq[0]<0)
> {
> sprintf (s,"MUTE");
> settextcolor(15); //white
> lir_text (18,0,s);
> }
> else
> {
RSS Feed