diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-09-26 12:34:38 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-09-26 12:34:38 +0200 |
commit | 08e121571ba3e16efbf2ead1d7e10075b7e00cea (patch) | |
tree | dca6ebaff3cad38f9c2dab734531571a5559c5ce | |
parent | 12b433bb5215904e0d71e0acbefa1ad4260e6d1b (diff) | |
download | ODR-AudioEnc-08e121571ba3e16efbf2ead1d7e10075b7e00cea.tar.gz ODR-AudioEnc-08e121571ba3e16efbf2ead1d7e10075b7e00cea.tar.bz2 ODR-AudioEnc-08e121571ba3e16efbf2ead1d7e10075b7e00cea.zip |
Prepare v0.5.1v0.5.1
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,12 @@ +2014-09-26: Matthias P. Braendli <matthias@mpb.li> + (v0.5.1): + * dabplus-enc: + Revert change that broke audio decoding on some + receivers, at the price of reducing support for PAD. + Add JACK example to README. + * mot-encoder: + Improve slide selection and transmission handling. + Add ability to send slides without doing pre-processing. 2014-07-08: Matthias P. Braendli <matthias@mpb.li> (v0.5.0): * dabplus-enc: @@ -202,6 +202,11 @@ Known Limitations *mot-encoder* encodes slides in a 10 second interval, which is not linked to the rate at which the encoder reads the PAD data. +Some receivers did not decode audio anymore between v0.3.0 and v0.5.0, because of +a change implemented to get PAD to work. The change was subsequently reverted in +v0.5.1 because it was deemed essential that audio decoding works on all receivers. +Work to get both functional audio and PAD on all receivers is ongoing. + Version 0.4.0 of the encoder changed the ZeroMQ framing. It will only work with ODR-DabMux v0.7.0 and later. diff --git a/configure.ac b/configure.ac index 26bcc5f..2ec2760 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([fdk-aac-dabplus], [0.5.0], [http://opendigitalradio.org/]) +AC_INIT([fdk-aac-dabplus], [0.5.1], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) |