diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-03-29 17:23:57 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-03-29 17:23:57 +0200 |
commit | 9590c8b7651ab24b5d331ff2f37b5fa1566c5a81 (patch) | |
tree | 37d26bf73355cb53cc6592f2ae836f48d237306e | |
parent | 3873a40d9aa8e51560ac18bfbf0c18c1ff7a30dc (diff) | |
download | ODR-AudioEnc-9590c8b7651ab24b5d331ff2f37b5fa1566c5a81.tar.gz ODR-AudioEnc-9590c8b7651ab24b5d331ff2f37b5fa1566c5a81.tar.bz2 ODR-AudioEnc-9590c8b7651ab24b5d331ff2f37b5fa1566c5a81.zip |
Prepare v3.2.0v3.2.0
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | man/odr-audioenc.1 | 9 |
3 files changed, 12 insertions, 5 deletions
@@ -1,3 +1,9 @@ +2022-03-29: Matthias P. Braendli <matthias@mpb.li> + (v3.2.0): + Changes to common mmbTools code, including + logging with timestamps to console. + Add manpage. + 2021-06-01: Matthias P. Braendli <matthias@mpb.li> (v3.1.0): Update the fdk-aac library to 2.0.2. diff --git a/configure.ac b/configure.ac index 3d83bef..ed83f39 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([ODR-AudioEnc],[3.1.0],[http://opendigitalradio.org/]) +AC_INIT([ODR-AudioEnc],[3.2.0],[http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET diff --git a/man/odr-audioenc.1 b/man/odr-audioenc.1 index 6b95f50..f68d61e 100644 --- a/man/odr-audioenc.1 +++ b/man/odr-audioenc.1 @@ -1,12 +1,13 @@ -.TH ODR-AUDIOENC "1" "March 2022" "odr-audioenc 3.1.1" "ODR-mmbTools" +.TH ODR-AUDIOENC "1" "March 2022" "odr-audioenc 3.2.0" "ODR-mmbTools" .SH NAME odr-audioenc \- DAB and DAB+ audio encoder .SH SYNOPSIS -odr-audioenc [OPTION...] +odr-audioenc [OPTION...] .SH DESCRIPTION -ODR\-AudioEnc is an audio encoder for both DAB and DAB+. +ODR\-AudioEnc is an audio encoder for both DAB and DAB+ that integrates into the ODR-mmbTools. The encoder can read from JACK, ALSA, a file source, -libvlc or GStreamer and encode to a ZeroMQ output for ODR\-DabMux. +libvlc or GStreamer and encode to an EDI and ZeroMQ output compatible with ODR\-DabMux. +Several usage scenarios are outlined in the README located in /usr/share/doc/odr-audioenc. .PP The \fB\-D\fR option enables sound card clock drift compensation. A consumer sound card has a clock that is always a bit imprecise, and |