Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szpajder committed Aug 11, 2016
1 parent d2af767 commit b73acb5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
NEWS:

Version 2.1.0:
* Narrowband FM demodulation support
* Automatic Frequency Control
* Append mode for recording (enabled by default)
* Dongles, channels and outputs can be individually enabled and disabled
by a simple config flag (no need to comment out or delete large
configuration sections)
* Use VBR for MP3 encoding
* Modified power level calculation algorithm (better sensitivity)
* Support for manual squelch setting
* Bug fixes

Version 2.0.2:
* Fixed a problem with running three dongles or more, simultaneously

Expand Down
3 changes: 2 additions & 1 deletion rtl_airband.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* RTLSDR AM demodulator and streaming
*
* Copyright (c) 2014 Wong Man Hang <[email protected]>
* Copyright (c) 2015-2016 Tomasz Lemiech <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -17,7 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#define RTL_AIRBAND_VERSION "2.0.2"
#define RTL_AIRBAND_VERSION "2.1.0"
#if defined USE_BCM_VC && !defined __arm__
#error Broadcom VideoCore support can only be enabled on ARM builds
#endif
Expand Down

0 comments on commit b73acb5

Please sign in to comment.