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

modify read me

This commit is contained in:
2025-01-25 23:49:31 +01:00
parent a1feb6c0a9
commit d4c7334a96
3 changed files with 5 additions and 3 deletions

View File

@@ -9,10 +9,12 @@ FM95 is a audio processor for FM, it does:
- SSB Stereo
- Polar Stereo
- Polar SSB Stereo (huh)
- TODO: SCA
Supports 2 inputs:
- Audio (via Pulse)
- MPX (via Pulse)
and one output:
- MPX (via Pulse or ALSA)
@@ -24,7 +26,7 @@ SCAMod is a simple FM modulator which can be used to modulate a secondary audio
Has a fine quality, but as it goes for 12 khz fm signals
# How to compile?
To compile you need `cmake` and `libpulse-dev`, if you have those then do these commands:
To compile you need `cmake`, `libasound2-dev` and `libpulse-dev`, if you have those then do these commands:
```
mkdir build
cd build