aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-03-14 15:26:36 +0100
committerMax Kellermann <max@duempel.org>2009-03-14 15:26:36 +0100
commite12140cfce88985f9fcecb93214a94a0b9c33e7f (patch)
tree3e5c213af02c782e67f0a0fd902c63382e2eb56a /NEWS
parent456201fa222ab208aba45fa2d700a56f04876886 (diff)
downloadmpd-e12140cfce88985f9fcecb93214a94a0b9c33e7f.tar.gz
mpd-e12140cfce88985f9fcecb93214a94a0b9c33e7f.tar.xz
mpd-e12140cfce88985f9fcecb93214a94a0b9c33e7f.zip
pcm_resample: choose the fallback resampler at runtime
Even if libsamplerate support is enabled, compile the fallback resampler. When the user specifies the option "samplerate_converter=internal", it is chosen in favor of libsamplerate. This may help users with a weak FPU who don't want to compile a custom MPD from source, because the fallback resampler does not use floating point operations.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 12e671e1c..4da735343 100644
--- a/NEWS
+++ b/NEWS
@@ -53,6 +53,7 @@ ver 0.15 - (200?/??/??)
* 32 bit audio support
* Print available protocols in --version
* fill buffer after seeking
+* choose the fallback resampler at runtime
ver 0.14.2 (2009/02/13)