From cbd5dea8ff6412a4de69a9f0e5400ae14ae63d4a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 19 Apr 2022 11:41:55 +0200 Subject: Delete old manpage, tweak new ones --- man/odr-dabmux.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'man/odr-dabmux.1') diff --git a/man/odr-dabmux.1 b/man/odr-dabmux.1 index 2bf6dc4..cba7bf3 100644 --- a/man/odr-dabmux.1 +++ b/man/odr-dabmux.1 @@ -11,12 +11,14 @@ inputs into an ETI output. It can be used off-line (i.e. not real-time) to gener ETI data for later processing, or in a real-time streaming scenario (e.g. in a transmitter). .PP -odr\-dabmux can read input audio or data from files (“.mp2” for DAB, “.dabp” -for DAB+), FIFOs (also called “named pipes”), or from a network connection. This +odr\-dabmux can read input audio or data from files (".mp2" for DAB, ".dabp" +for DAB+), FIFOs (also called "named pipes"), or from a network connection. This network connection can use UDP (STI-D) or EDI. .PP The configuration of the multiplexer is given in a configuration file, whose format is defined in the example files in the doc/ folder inside the ODR-DabMux repository. .SH SEE ALSO -odr\-audioenc(1), odr\-audioenc(1), odr\-dabmod(1) +odr\-audioenc(1), odr\-zmq2edi(1), odr\-dabmod(1) + +A user guide for the mmbTools is available http://www.opendigitalradio.org/ -- cgit v1.2.3 From 290147d23dacaae2ca135cfef740edf3b498f26b Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 19 Apr 2022 11:44:52 +0200 Subject: Prepare v4.2.0 --- ChangeLog | 7 +++++++ configure.ac | 2 +- man/odr-dabmux.1 | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) (limited to 'man/odr-dabmux.1') diff --git a/ChangeLog b/ChangeLog index 7fb26e9..b630710 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ This file contains information about the changes done to ODR-DabMux in this repository +2022-04-19: Matthias P. Braendli + (v4.2.0): + Add FIG 0/14 FEC scheme defintion, for enhancedpacket mode subchannels. + Remove useless List Terminator for FIG0/13, and add support for Broadcast WebSite. + Add timestamps to log output. + Update manpages. + 2022-03-15: Matthias P. Braendli (v4.1.0): Improve EDI input. diff --git a/configure.ac b/configure.ac index c58f456..e52fc5a 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # along with ODR-DabMux. If not, see . AC_PREREQ([2.69]) -AC_INIT([ODR-DabMux],[4.1.0],[matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux],[4.2.0],[matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET diff --git a/man/odr-dabmux.1 b/man/odr-dabmux.1 index cba7bf3..0a612e8 100644 --- a/man/odr-dabmux.1 +++ b/man/odr-dabmux.1 @@ -1,4 +1,4 @@ -.TH ODR-DABMUX "1" "April 2022" "odr-dabmux 4.1.0" "User Commands" +.TH ODR-DABMUX "1" "April 2022" "odr-dabmux 4.2.0" "User Commands" .SH NAME \fBodr\-dabmux\fR \- A software DAB multiplexer .SH SYNOPSIS -- cgit v1.2.3