From: Mike Brady Date: Wed, 27 Mar 2019 11:47:21 +0000 (+0000) Subject: Revert to snd_pcm_delay if an alsa output device does not provide timed delay updates... X-Git-Tag: 3.3RC2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff9c61302df0ff01f8e2f32f2d5b1e7ae05af244;p=thirdparty%2Fshairport-sync.git Revert to snd_pcm_delay if an alsa output device does not provide timed delay updates and turn off disable_standby_mode in that case. Handle L16/44100/Stereo PCM streams. --- diff --git a/configure.ac b/configure.ac index 4bdd21d1..3bde2aa2 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.3rc1], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3rc2], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])