From a0141dbe4f868413d78c94737846279124415479 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 3 Jan 2009 14:51:47 +0100 Subject: pcm_utils: use the custom PRNG for volume dithering Don't use libc's rand() function, because it is slow. Our own trivial linear congruential generator is good enough for dithering. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 8d3a37f1c..e9959c157 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,7 @@ MPD 0.14.1 - not yet released * fix minor memory leak in decoder_tag() * fix cross-fading bug: it used to play some chunks of the new song twice * playlist: fix assertion failure during playlist load +* use custom PRNG for volume dithering (speedup) * detect libid3tag without pkg-config -- cgit v1.2.3