From: Mike Brady Date: Fri, 14 Dec 2018 15:07:38 +0000 (+0000) Subject: Fix dither, add dither to silences during lead-in, interpolatied frames and keeping... X-Git-Tag: 3.3RC0~91^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6c3ddb9bf61247934feee431a92e918fedf23c3;p=thirdparty%2Fshairport-sync.git Fix dither, add dither to silences during lead-in, interpolatied frames and keeping out of standby, only if the output device doesn't use a mixer. Check configuration at initialisation. --- diff --git a/configure.ac b/configure.ac index 5d3937ca..01216fcc 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.3d38], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d39], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])