mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-30 16:29:15 +02:00
modify read me
This commit is contained in:
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"port": 13452,
|
"port": 13452,
|
||||||
"time": 1737842835132,
|
"time": 1737845288156,
|
||||||
"version": "0.0.3"
|
"version": "0.0.3"
|
||||||
}
|
}
|
||||||
@@ -9,10 +9,12 @@ FM95 is a audio processor for FM, it does:
|
|||||||
- SSB Stereo
|
- SSB Stereo
|
||||||
- Polar Stereo
|
- Polar Stereo
|
||||||
- Polar SSB Stereo (huh)
|
- Polar SSB Stereo (huh)
|
||||||
|
- TODO: SCA
|
||||||
|
|
||||||
Supports 2 inputs:
|
Supports 2 inputs:
|
||||||
- Audio (via Pulse)
|
- Audio (via Pulse)
|
||||||
- MPX (via Pulse)
|
- MPX (via Pulse)
|
||||||
|
|
||||||
and one output:
|
and one output:
|
||||||
- MPX (via Pulse or ALSA)
|
- 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
|
Has a fine quality, but as it goes for 12 khz fm signals
|
||||||
|
|
||||||
# How to compile?
|
# 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
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ static void stop(int signum) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void show_version() {
|
void show_version() {
|
||||||
printf("FM95 (an FM Processor by radio95) version 1.0\n");
|
printf("fm95 (an FM Processor by radio95) version 1.0\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
void show_help(char *name) {
|
void show_help(char *name) {
|
||||||
Reference in New Issue
Block a user