Skip to content

Commit

Permalink
Version 20231216-0
Browse files Browse the repository at this point in the history
  • Loading branch information
jj1bdx committed Dec 16, 2023
1 parent ddee72d commit dd27292
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Intel Mac hardware is no longer supported by airspy-fmradion, although the autho

## Changes (including requirement changes)

* 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.
* 20231215-0: Fix the following known bugs and refactor the code to streamline the functioning:
- Bug: a hung process during the startup period before valid audio signals are coming out
- Bug: displaying `-nan` in the output level meter in broadcast FM and NBFM
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# airspy-fmradion

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

## Contributing

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

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

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

### In details
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 "20231215-direct-out"
#define AIRSPY_FMRADION_VERSION "20231216-0"

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

0 comments on commit dd27292

Please sign in to comment.