0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00
2025-09-27 15:23:52 +02:00
2025-09-27 15:21:04 +02:00
2025-07-10 19:32:21 +02:00
2025-08-08 23:14:23 +02:00
2025-08-03 21:48:26 +02:00
2025-08-03 15:58:43 +02:00
2025-06-27 20:05:32 +02:00
2025-08-06 19:56:16 +02:00
2025-09-27 15:23:52 +02:00
2024-12-31 16:10:21 +01:00
2025-06-28 18:14:53 +02:00
2025-08-03 20:27:55 +02:00
2025-08-06 19:56:16 +02:00
2024-12-30 20:43:04 +01:00
2025-08-06 19:56:16 +02:00

fm95

FM95 is a audio processor for FM, it does:

  • Pre-Emphasis
  • Low Pass Filtering
  • AGC
  • Stereo (Polar too)
  • SCA
  • BS412 (mpx power limiter, simplest implementation ever)

Supports these inputs:

  • Audio (via Pulse)
  • MPX (via Pulse, basically passthrough, i don't recommend this unless you have something else than rds or sca to modulate, you could run chimer95 via here, also you have 5% allowed here by default to be guarenteed with no clipping, change how much headroom you have with the headroom option)
  • RDS (via Pulse, expects unmodulated RDS, rds95 is recommended here, in modulation this is quadrature to the pilot, number of channels is specified by the argument, each of the channels (max 4) go on these freqs: 57, 66.5, 71.25, 76)

and one output:

  • MPX (via Pulse)

How to compile?

Note that you're required also to load submodules, if you don't know what that means, ask ChatGPT

To compile you need cmake, liquid-dsp and libpulse-dev, if you have those then do these commands:

mkdir build
cd build
cmake ..
make

Done!

CPU Usage?

Should run completly fine on a pi 5, fine on a pi 3b (30% cpu, 45% with lpf)

Other Apps

FM95 also includes some other apps, such as chimer95 which generates GTS tones each half hour, and dcf95 which creates a DCF77 compatible signal, and vban95 now which is a buffered VBAN receiver. And now also SCA generation was moved to sca95 from fm95!

Usage of other projects

The apps use inih by Ben Hoyt.

Description
No description provided
Readme 2.4 MiB
Languages
C 96.7%
CMake 3.3%