Skip to content

Commit

Permalink
Version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szpajder committed Jan 19, 2020
1 parent 1d17cb8 commit 5fdf59e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
NEWS:

Version 3.1.0 (Jan 19, 2020)
* SoapySDR: added support for complex float 32-bit samples
* SoapySDR: allow using AGC if the device supports it. Gain setting for
soapy devices is now optional - if it's not specified, the program will
try to enable AGC.
* Use lowpass/highpass filters provided by LAME library to improve audio
quality of MP3 streams. Filter cutoff frequencies may be configured per
output, using `highpass` and `lowpass` config options. Credit: clydebarrow.
* Added `log_scan_activity` global config option. When set to `true`, a
log message is written whenever a squelch opens on a scanned channel,
effectively producing a channel activity log. Credit: clam-i-am.
* Improved squelch behaviour in some corner cases.
* Fix for incorrect naming of pulseaudio context. Name set in the config
was not used as it should. Credit: Darryl Pogue.
* Don't fail when the configured gain value is negative. Some SDRs support
this (eg. FC0012-based dongles).
* Fix a bug which in some cases could prevent the icecast output from
reconnecting with the Icecast server after the connection has failed.

Version 3.0.1 (Feb 16, 2018)
* Fix for squelch staying constantly open when configured manually
with NFM=off (#84)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
RTLSDR-Airband
=====================

**Current stable release: [3.0.1](https://github.com/szpajder/RTLSDR-Airband/releases/latest)** (released February 16, 2018)
**Current stable release: [3.1.0](https://github.com/szpajder/RTLSDR-Airband/releases/latest)** (released January 19, 2020)

RTLSDR-Airband receives analog radio voice channels and produces
audio streams which can be routed to various outputs, such as online
Expand Down
2 changes: 1 addition & 1 deletion rtl_airband.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include "input-common.h" // input_t

#ifndef RTL_AIRBAND_VERSION
#define RTL_AIRBAND_VERSION "3.0.1"
#define RTL_AIRBAND_VERSION "3.1.0"
#endif
#define ALIGN
#define ALIGN2 __attribute__((aligned(32)))
Expand Down

0 comments on commit 5fdf59e

Please sign in to comment.