# HG changeset patch # User reimar # Date 1264703172 0 # Node ID 67b70534caeb830f30e5c299c018b571fa2fd4b7 # Parent 6eb012e46b63a5c16d451031ad6a1613920405c9 Explain why we still disable the ALSA resampler even though it is probably actually working nowadays. diff -r 6eb012e46b63 -r 67b70534caeb libao2/ao_alsa.c --- a/libao2/ao_alsa.c Thu Jan 28 18:06:47 2010 +0000 +++ b/libao2/ao_alsa.c Thu Jan 28 18:26:12 2010 +0000 @@ -542,7 +542,8 @@ } /* workaround for buggy rate plugin (should be fixed in ALSA 1.0.11) - prefer our own resampler */ + prefer our own resampler, since that allows users to choose the resampler, + even per file if desired */ #if SND_LIB_VERSION >= 0x010009 if ((err = snd_pcm_hw_params_set_rate_resample(alsa_handler, alsa_hwparams, 0)) < 0)