From: Mike Brady Date: Fri, 4 Jan 2019 17:30:56 +0000 (+0000) Subject: Extensive changes to alsa delay() and play() -- recover from XRUN _after_ sending... X-Git-Tag: 3.3RC0~66^2~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43a2813b8c12e96dc0e8d796bf51d857271b652a;p=thirdparty%2Fshairport-sync.git Extensive changes to alsa delay() and play() -- recover from XRUN _after_ sending frames; doesn't work otherwise. Update soxr buffer threshold code. Improve missing libsoxr message. Fix syntax of progress metadata. Stop dropping YouTube metadata -- the indication it was invalid is unsafe. --- diff --git a/configure.ac b/configure.ac index f6a1c0f8..6f3d150e 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.3d43], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d44], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])