mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-30 08:19:14 +02:00
add compilation instructions to readme
This commit is contained in:
@@ -39,4 +39,14 @@ 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
|
Has a fine quality, but as it goes for 12 khz fm signals
|
||||||
|
|
||||||
# StereoSCAMod
|
# StereoSCAMod
|
||||||
Stereo SCA, like normal SCA but encodes L-R onto 80 khz, only demodulator of this right now is gnu radio
|
Stereo SCA, like normal SCA but encodes L-R onto 80 khz, only demodulator of this right now is gnu radio
|
||||||
|
|
||||||
|
# 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!
|
||||||
Reference in New Issue
Block a user