aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-12-13 21:32:19 +0100
committerMax Kellermann <max@duempel.org>2011-12-13 21:32:19 +0100
commit96ad5b84446be0bf603895adaf0ec2e97bee11aa (patch)
treefad19e463afb4e6b0391efdfbdfeddcc04404499 /NEWS
parent097e5dfbdc2ec958045d5f4b5ec5e7cfa396360e (diff)
downloadmpd-96ad5b84446be0bf603895adaf0ec2e97bee11aa.tar.gz
mpd-96ad5b84446be0bf603895adaf0ec2e97bee11aa.tar.xz
mpd-96ad5b84446be0bf603895adaf0ec2e97bee11aa.zip
output/openal: force 16 bit playback, as 8 bit doesn't work
The OpenAL specification says that AL_FORMAT_MONO8 and AL_FORMAT_STEREO8 expect unsigned 8 bit samples, but MPD uses unsigned samples.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d66ca1d4f..bc229304a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
ver 0.16.7 (2011/??/??)
* output:
- httpd: fix excessive buffering
+ - openal: force 16 bit playback, as 8 bit doesn't work
ver 0.16.6 (2011/12/01)