From: Mike Brady Date: Mon, 17 Sep 2018 18:15:14 +0000 (+0100) Subject: Ignore the latency of whatever is connected to Shairport Sync. It's inappropriate... X-Git-Tag: 3.3RC0~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efe77a886d88a4be3a3dce9e61c2d2ae5ac62bd1;p=thirdparty%2Fshairport-sync.git Ignore the latency of whatever is connected to Shairport Sync. It's inappropriate to try to compensate for the latency in the full jack chain. Don't mute when the latency is zero. --- diff --git a/configure.ac b/configure.ac index 47861a2b..3b3093ad 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.3d9], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d10], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])