From c0736d118496b67b83f89b64d997cbd0e21f9a0f Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli (think)" Date: Sun, 26 Aug 2012 21:06:26 +0200 Subject: crc-dabmod: example.ini changed to ; comments. Boost 1.42 doesn't support # comments --- example.ini | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'example.ini') diff --git a/example.ini b/example.ini index b7fd22a..ff1bfc5 100644 --- a/example.ini +++ b/example.ini @@ -1,4 +1,4 @@ -# Sample configuration file for CRC-DABMOD +; Sample configuration file for CRC-DABMOD [remotecontrol] telnet=1 @@ -10,22 +10,22 @@ filelog=1 filename=/dev/stderr [input] -filename=/dev/stdin +filename=eti/funk.eti loop=1 [modulator] -# Gain mode: 0=FIX, 1=MAX, 2=VAR +; Gain mode: 0=FIX, 1=MAX, 2=VAR gainmode=2 -# Transmission mode +; Transmission mode mode=2 -# Set to 0 to disable CicEqualiser +; Set to 0 to disable CicEqualiser dac_clk_rate=0 digital_gain=1.0 -# Output sample rate +; Output sample rate rate=2048000 [firfilter] @@ -33,8 +33,8 @@ enabled=1 filtertapsfile=filter/simplefiltertaps.txt [output] -# choose output: possible values: uhd, file -output=uhd +; choose output: possible values: uhd, file +output=file [fileoutput] filename=/dev/stdout @@ -44,11 +44,11 @@ device=master_clock_rate=32768000,type=b100 frequency=234208000 txgain=0 -# Used for SFN with the UHD output +; Used for SFN with the UHD output [delaymanagement] synchronous=0 -# choose between fixed and dynamic offset definition +; choose between fixed and dynamic offset definition management=dynamic fixedoffset=0.002 -- cgit v1.2.3