mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 06:15:31 +00:00
FR #42 - added config for Char-set mm
This commit is contained in:
parent
f35dc35748
commit
c3ccc11b5d
4 changed files with 10 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ Es gibt die Auswahl zwischen `sdr` oder `lineIn` als Input Quelle
|
|||
|gain|Verstärkung des Eingangssignals|100|
|
||||
|rtlPath|Pfad zur rtl_fm Binary|rtl_fm|
|
||||
|mmPath|Pfad zur multimon-ng Binary|multimon-ng|
|
||||
|mmChar|multimon-ng Char-Set||
|
||||
|
||||
**Beispiel:**
|
||||
```yaml
|
||||
|
|
@ -60,6 +61,7 @@ inputSource:
|
|||
gain: 100
|
||||
rtlPath: /usr/bin/rtl-fm
|
||||
mmPath: /opt/multimon/multimon-ng
|
||||
mmChar: DE
|
||||
```
|
||||
|
||||
#### `lineIn:`
|
||||
|
|
@ -67,6 +69,7 @@ inputSource:
|
|||
|----|------------|-------|
|
||||
|device|die device Id der Soundkarte|1|
|
||||
|mmPath|Pfad zur multimon-ng Binary|multimon-ng|
|
||||
|mmChar|multimon-ng Char-Set||
|
||||
|
||||
**Device herausfinden**
|
||||
Durch eingabe des Befehls `aplay -l` werden alle Soundkarten ausgegeben. Das schaut ungefähr so aus:
|
||||
|
|
@ -108,6 +111,7 @@ inputSource:
|
|||
card: 1
|
||||
device: 0
|
||||
mmPath: /opt/multimon/multimon-ng
|
||||
mmChar: DE
|
||||
```
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue