0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 03:23:54 +01:00
Files
fm95/README.md
2025-03-01 12:06:59 +01:00

25 lines
381 B
Markdown

# 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!