0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00
2025-03-02 09:35:40 +01:00
2025-03-02 09:25:50 +01:00
2025-03-02 09:35:40 +01:00
2025-03-02 09:35:40 +01:00
2024-12-31 16:10:21 +01:00
2025-01-31 18:45:48 +01:00
2024-12-30 20:43:04 +01:00
2025-03-01 21:11:00 +01:00

fm95

FM95 is a audio processor for FM, it does:

  • Pre-Emphasis
  • Low Pass Filter
  • Stereo
  • Polar Stereo
  • SCA

Supports 2 inputs:

  • Audio (via Pulse)
  • MPX (via Pulse)
  • SCA (via Pulse)

and one output:

  • MPX (via Pulse)

How to compile?

To compile you need cmake 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, right now with the preemp, lpf, compressor on a pi 3b, its 35-40% cpu usage, get rid of compressor and it goes to 20%

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