mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 06:15:31 +00:00
Neue InputSource - LineIn (#38)
* Line-In input Source - code * bugfix * Docs * code cleanup * cleanup * code cleanup * Update docu/docs/config.md Co-Authored-By: Jan Speller <janspeller1@gmail.com> * fixes Co-authored-by: Jan Speller <janspeller1@gmail.com>
This commit is contained in:
parent
9463bc1eec
commit
c2aab648c8
4 changed files with 134 additions and 3 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
client:
|
||||
name: BW3 Client # name of the BW3 Client instance
|
||||
inputSource: sdr # atm only 'sdr' is possible
|
||||
inputSource: sdr # name of the input source('sdr' or 'lineIn')
|
||||
useBroadcast: no # use broadcast to find server automatically
|
||||
reconnectDelay: 3 # time in seconds to delay reconnect try
|
||||
sendTries: 3 # how often should tried to send a packet
|
||||
|
|
@ -28,6 +28,10 @@ inputSource:
|
|||
gain: 100
|
||||
rtlPath: /usr/bin/rtl_fm
|
||||
mmPath: /opt/multimon/multimon-ng
|
||||
lineIn:
|
||||
card: 1
|
||||
device: 0
|
||||
mmPath: /opt/multimon/multimon-ng
|
||||
|
||||
decoder:
|
||||
fms: yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue