From 23458d492471bc9e0eed4c2203816aaa741e9b1c Mon Sep 17 00:00:00 2001 From: Kenji Rikitake Date: Sun, 11 Sep 2022 15:11:23 +0900 Subject: [PATCH] Version 20220911-0 --- CHANGES.md | 4 +++- README.md | 2 +- main.cpp | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c87100e..ad2f7a4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 @@ -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. diff --git a/README.md b/README.md index 4cba5c0..db9bae4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # airspy-fmradion -* Version 20220903-0 +* Version 20220911-0 * For MacOS (both Intel and Apple Silicon) and Linux ## Contributing diff --git a/main.cpp b/main.cpp index 3725669..5b46854 100644 --- a/main.cpp +++ b/main.cpp @@ -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()