diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-09-23 09:01:35 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-09-23 09:01:35 +0200 |
commit | 7474a3ec554f48e0259e426c64013c22b6cd5b75 (patch) | |
tree | fc4e01f23c0e9c7cd16d0fc0f646656dcdcdc65f | |
parent | 321a2c3eead634329cda904dbd38d986c3f22c11 (diff) | |
download | ODR-AudioEnc-7474a3ec554f48e0259e426c64013c22b6cd5b75.tar.gz ODR-AudioEnc-7474a3ec554f48e0259e426c64013c22b6cd5b75.tar.bz2 ODR-AudioEnc-7474a3ec554f48e0259e426c64013c22b6cd5b75.zip |
Prepare v3.0.0v3.0.0
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +2020-09-23: Matthias P. Braendli <matthias@mpb.li> + (v3.0.0): + Replacement of PAD fifo with a socket, offering bidirectional + communication with ODR-PadEnc. This is a breaking change, + modifying also the command line options. + Update the fdk-aac library to 2.0.1. + 2020-05-26: Matthias P. Braendli <matthias@mpb.li> (v2.6.1): Add --version option. @@ -26,7 +26,7 @@ at the rate defined by the system clock, and therefore sound card clock drift compensation is also used. *odr-audioenc* can insert Programme-Associated Data, that can be generated with -ODR-PadEnc. +ODR-PadEnc. ODR-AudioEnc v3 is compatible with ODR-PadEnc v3. For detailed usage, see the usage screen of the tool with the *-h* option. diff --git a/configure.ac b/configure.ac index 27932d1..0e59cf5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. -AC_INIT([ODR-AudioEnc], [2.6.1], [http://opendigitalradio.org/]) +AC_INIT([ODR-AudioEnc], [3.0.0], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) |