Skip to content

Commit dd27292

Browse files
committed
Version 20231216-0
1 parent ddee72d commit dd27292

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Intel Mac hardware is no longer supported by airspy-fmradion, although the autho
3131

3232
## Changes (including requirement changes)
3333

34+
* 20231216-0: Removed recording buffer thread. This will simplify the audio output operation. Also, lowered the output level of AM/CW/USB/LSB/WSPR decoder to prevent audio clipping, and changed the IF AGC constants for longer transition timing.
3435
* 20231215-0: Fix the following known bugs and refactor the code to streamline the functioning:
3536
- Bug: a hung process during the startup period before valid audio signals are coming out
3637
- Bug: displaying `-nan` in the output level meter in broadcast FM and NBFM

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# airspy-fmradion
44

5-
* Version 20231215-0
6-
* For MacOS (supporting Apple Silicon only, untested on Intel) and Linux
5+
* Version 20231216-0
6+
* For macOS (Apple Silicon) and Linux
77

88
## Contributing
99

@@ -58,7 +58,7 @@ airspy-fmradion -m am -t airspyhf -q \
5858
- [PortAudio](http://www.portaudio.com)
5959
- Tested: Airspy R2, Airspy Mini, Airspy HF+ Dual Port, RTL-SDR V3
6060
- Fast computer
61-
- Medium-strong radio signals
61+
- Medium-to-strong radio signals
6262

6363
For the latest version, see https://github.com/jj1bdx/airspy-fmradion
6464

@@ -148,7 +148,7 @@ r8brain-free-src and readerwriterqueue are the submodules of this repository. Do
148148
/bin/rm -rf build
149149
git submodule update --init --recursive
150150
cmake -S . -B build # -DCMAKE_EXPORT_COMPILE_COMMANDS=ON (if needed)
151-
cmake --build build
151+
cmake --build build --target all
152152
```
153153

154154
### In details

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
// define this for enabling coefficient monitor functions
5252
// #undef COEFF_MONITOR
5353

54-
#define AIRSPY_FMRADION_VERSION "20231215-direct-out"
54+
#define AIRSPY_FMRADION_VERSION "20231216-0"
5555

5656
// Flag to set graceful termination
5757
// in process_signals()

0 commit comments

Comments
 (0)