mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
added/modified documentation
This commit is contained in:
parent
e1afdcec7d
commit
546ecada42
|
|
@ -50,8 +50,6 @@ Mit `PulseAudio` wird ein PulseAudio-Sink an Multimon-NG weitergereicht, z.B. in
|
||||||
|squelch|Einstellung der Rauschsperre|1|
|
|squelch|Einstellung der Rauschsperre|1|
|
||||||
|gain|Verstärkung des Eingangssignals|100|
|
|gain|Verstärkung des Eingangssignals|100|
|
||||||
|rtlPath|Pfad zur rtl_fm Binary|rtl_fm|
|
|rtlPath|Pfad zur rtl_fm Binary|rtl_fm|
|
||||||
|mmPath|Pfad zur multimon-ng Binary|multimon-ng|
|
|
||||||
|mmChar|multimon-ng Char-Set|not set|
|
|
||||||
|
|
||||||
**Beispiel:**
|
**Beispiel:**
|
||||||
```yaml
|
```yaml
|
||||||
|
|
@ -63,16 +61,12 @@ inputSource:
|
||||||
squelch: 1
|
squelch: 1
|
||||||
gain: 100
|
gain: 100
|
||||||
rtlPath: /usr/bin/rtl-fm
|
rtlPath: /usr/bin/rtl-fm
|
||||||
mmPath: /opt/multimon/multimon-ng
|
|
||||||
mmChar: DE
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### `lineIn:`
|
#### `lineIn:`
|
||||||
|Feld|Beschreibung|Default|
|
|Feld|Beschreibung|Default|
|
||||||
|----|------------|-------|
|
|----|------------|-------|
|
||||||
|device|die device Id der Soundkarte|1|
|
|device|die device Id der Soundkarte|1|
|
||||||
|mmPath|Pfad zur multimon-ng Binary|multimon-ng|
|
|
||||||
|mmChar|multimon-ng Char-Set|not set|
|
|
||||||
|
|
||||||
**Device herausfinden**
|
**Device herausfinden**
|
||||||
Durch eingabe des Befehls `aplay -l` werden alle Soundkarten ausgegeben. Das schaut ungefähr so aus:
|
Durch eingabe des Befehls `aplay -l` werden alle Soundkarten ausgegeben. Das schaut ungefähr so aus:
|
||||||
|
|
@ -113,16 +107,12 @@ inputSource:
|
||||||
lineIn:
|
lineIn:
|
||||||
card: 1
|
card: 1
|
||||||
device: 0
|
device: 0
|
||||||
mmPath: /opt/multimon/multimon-ng
|
|
||||||
mmChar: DE
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### `PulseAudio:`
|
#### `PulseAudio:`
|
||||||
|Feld|Beschreibung|Default|
|
|Feld|Beschreibung|Default|
|
||||||
|----|------------|-------|
|
|----|------------|-------|
|
||||||
|device|Der Sinks-Name der Quelle|boswatch|
|
|device|Der Sinks-Name der Quelle|boswatch|
|
||||||
|mmPath|Pfad zur multimon-ng Binary|multimon-ng|
|
|
||||||
|mmChar|multimon-ng Char-Set|not set|
|
|
||||||
|
|
||||||
|
|
||||||
**Device herausfinden**
|
**Device herausfinden**
|
||||||
|
|
@ -140,8 +130,6 @@ inputSource:
|
||||||
...
|
...
|
||||||
PulseAudio:
|
PulseAudio:
|
||||||
device: boswatch
|
device: boswatch
|
||||||
mmPath: /opt/multimon/multimon-ng
|
|
||||||
mmChar: DE
|
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
### `decoder:`
|
### `decoder:`
|
||||||
|
|
@ -152,6 +140,20 @@ inputSource:
|
||||||
|poc512|POCSAG Decoder (Bitrate 512)|no|
|
|poc512|POCSAG Decoder (Bitrate 512)|no|
|
||||||
|poc1200|POCSAG Decoder (Bitrate 1200)|no|
|
|poc1200|POCSAG Decoder (Bitrate 1200)|no|
|
||||||
|poc2400|POCSAG Decoder (Bitrate 2400)|no|
|
|poc2400|POCSAG Decoder (Bitrate 2400)|no|
|
||||||
|
|mmPath|Pfad zur multimon-ng Binary|multimon-ng|
|
||||||
|
|mmChar|multimon-ng Char-Set|not set|
|
||||||
|
|
||||||
|
**Beispiel:**
|
||||||
|
```yaml
|
||||||
|
decoder:
|
||||||
|
fms: yes
|
||||||
|
zvei: yes
|
||||||
|
poc512: no
|
||||||
|
poc1200: no
|
||||||
|
poc2400: yes
|
||||||
|
mmPath: /opt/multimon/multimon-ng
|
||||||
|
mmChar: DE
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
## Server
|
## Server
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue