aboutsummaryrefslogtreecommitdiffstats
path: root/man/odr-dabmux.1
diff options
context:
space:
mode:
authorRobin ALEXANDER <colisee@hotmail.com>2022-04-19 11:12:02 +0200
committerRobin ALEXANDER <colisee@hotmail.com>2022-04-19 11:12:02 +0200
commitbd1949702f31886d9f0b52cc29fd00a28e4e3164 (patch)
tree5b9f833c0da19c842f509e040292ed8416198b4a /man/odr-dabmux.1
parent6d1d9f47edef8352c6f25d7736171ec2bbe5471a (diff)
downloaddabmux-bd1949702f31886d9f0b52cc29fd00a28e4e3164.tar.gz
dabmux-bd1949702f31886d9f0b52cc29fd00a28e4e3164.tar.bz2
dabmux-bd1949702f31886d9f0b52cc29fd00a28e4e3164.zip
Add manpages
Diffstat (limited to 'man/odr-dabmux.1')
-rw-r--r--man/odr-dabmux.122
1 files changed, 22 insertions, 0 deletions
diff --git a/man/odr-dabmux.1 b/man/odr-dabmux.1
new file mode 100644
index 0000000..2bf6dc4
--- /dev/null
+++ b/man/odr-dabmux.1
@@ -0,0 +1,22 @@
+.TH ODR-DABMUX "1" "April 2022" "odr-dabmux 4.1.0" "User Commands"
+.SH NAME
+\fBodr\-dabmux\fR \- A software DAB multiplexer
+.SH SYNOPSIS
+odr\-dabmux <configuration_file>
+.PP
+This software requires a configuration file. See doc/example.config for an example format for the configuration file
+.SH DESCRIPTION
+odr\-dabmux implements a DAB multiplexer that combines all audio and data
+inputs into an ETI output. It can be used off-line (i.e. not real-time) to generate
+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
+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)