Skip to content

Commit

Permalink
Version 20220911-0
Browse files Browse the repository at this point in the history
  • Loading branch information
jj1bdx committed Sep 11, 2022
1 parent 434cd65 commit 23458d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
## Platforms tested

* Mac mini 2018, macOS 12.5.1 x86\_64, Xcode 13.4 Command Line Tools
* MacBook Air 13" Apple Silicon (M1) 2020, macOS 12.5 arm64, Xcode 13.4 Command Line Tools
* MacBook Air 13" Apple Silicon (M1) 2020, macOS 12.5.1 arm64, Xcode 13.4 Command Line Tools
* Ubuntu 22.04.1 LTS x86\_64, gcc 11.2
* (Unofficial/experimental) Raspberry Pi OS

## Features under development

Expand All @@ -25,6 +26,7 @@

## Changes (including requirement changes)

* 20220911-0: Refactored status message calculation, tested with libvolk 2.5.2.
* 20220903-0: Refactored include/DataBuffer.h for streamlining handling locks and mutexes, using C++17 std::scoped\_lock.
* 20220819-1: Restricted RTL-SDR sampling rate to [900001, 3200000] [Hz]. Also the default IF sample rate of RTL-SDR is set to 1152000Hz. AudioResampler and IfResampler maximum input length check is implemented.
* 20220819-0: /4 downsampling above 3.1MHz/3100kHz in 20210702-0 has been removed. The new IF resampler based on r8brain-free-src works well without preresampling.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# airspy-fmradion

* Version 20220903-0
* Version 20220911-0
* For MacOS (both Intel and Apple Silicon) and Linux

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
// define this for enabling coefficient monitor functions
// #undef COEFF_MONITOR

#define AIRSPY_FMRADION_VERSION "20220904-2"
#define AIRSPY_FMRADION_VERSION "20220911-0"

// Flag to set graceful termination
// in process_signals()
Expand Down

0 comments on commit 23458d4

Please sign in to comment.