blob: 5f0103f204440a2935b78ae08d6b9c1a8197bdd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
; This sample configuration is useful if ODR-DabMod is compiled
; with --enable-easydabv3
[remotecontrol]
zmqctrl=1
zmqctrlendpoint=tcp://127.0.0.1:9400
; There is no telnet RC available in this build
[log]
syslog=0
filelog=0
filename=odr-dabmod.log
[input]
transport=zeromq
source=tcp://localhost:9100
max_frames_queued=400
; There are no [modulator], [cfr], [firfilter], [poly] nor [tii] sections
[output]
output=file
[fileoutput]
; to be confirmed
format=complexf
filename=/dev/csdiof1
show_metadata=0
; TODO add option for writing out timestamps to csdiof1
[delaymanagement]
synchronous=0
mutenotimestamps=0
offset=1.002
|