mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-26 19:23:51 +01:00
fa2ba7f71a8fe7316d84e02df1eb8a4b4b318d69
fm95
FM95 is a audio processor for FM, it does:
- Pre-Emphasis
- Low Pass Filter
- Stereo
- SSB Stereo
- Polar Stereo
- Polar SSB Stereo (huh)
- SCA
Supports 2 inputs:
- Audio (via Pulse)
- MPX (via Pulse)
and one output:
- MPX (via Pulse or ALSA)
How to compile?
To compile you need cmake, libasound2-dev and libpulse-dev, if you have those then do these commands:
mkdir build
cd build
cmake ..
make
Done!
Languages
C
96.7%
CMake
3.3%