0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00

add MonoPass (great name)

This commit is contained in:
2025-01-04 17:41:42 +01:00
parent e275287bb6
commit 26defddd82
2 changed files with 165 additions and 0 deletions

View File

@@ -41,6 +41,9 @@ Has a fine quality, but as it goes for 12 khz fm signals
# StereoSCAMod
Stereo SCA, like normal SCA but encodes L-R onto 80 khz, only demodulator of this right now is gnu radio
# MonoPass
want to keep mono for a reason but have the lpf and preemphasis, do so
# How to compile?
To compile you need `cmake` and `libpulse-dev`, if you have those then do these commands:
```