aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-01-07 19:37:39 +0100
committerMax Kellermann <max@duempel.org>2011-01-07 19:37:39 +0100
commit0022fb100b7d22b9612474ebee944e66c2a7b33b (patch)
tree56873bbb1968d21e62cae5d763bc693b3d20ba3c /NEWS
parent4f2d67dfb036e38be3bdb67d95eeb64bb7747d4f (diff)
downloadmpd-0022fb100b7d22b9612474ebee944e66c2a7b33b.tar.gz
mpd-0022fb100b7d22b9612474ebee944e66c2a7b33b.tar.xz
mpd-0022fb100b7d22b9612474ebee944e66c2a7b33b.zip
encoder/lame: explicitly configure the output sample rate
When you don't explicitly set an output sample rate, liblame tries to guess an output sample rate from the input sample rate. You would think that this "guessing" consists of just setting both equal, but that is not the case. For 44.1kHz at 96kbit/s, liblame chooses 32kHz. This patch explicitly configures the output sample rate, to stop the bad guessing.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 52780c99d..1a90124b5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.15.16 (2010/??/??)
+* encoders:
+ - lame: explicitly configure the output sample rate
ver 0.15.15 (2010/11/08)