From: Mike Brady Date: Tue, 2 Apr 2019 13:26:39 +0000 (+0100) Subject: Improve the calculation of the length of the initial buffer of silence, to make it... X-Git-Tag: 3.3rc4~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df95e7fb25286290f1d4253bdd7ec49cc0f9bc2c;p=thirdparty%2Fshairport-sync.git Improve the calculation of the length of the initial buffer of silence, to make it reasonably long in order to be better able to fill deep DAC buffers without underflow. --- diff --git a/configure.ac b/configure.ac index 3bde2aa2..7379a65f 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.3rc2], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3rc3], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])