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.
This commit is contained in:
Max Kellermann
2011-12-13 21:32:19 +01:00
parent 097e5dfbdc
commit 96ad5b8444
2 changed files with 5 additions and 10 deletions

1
NEWS
View File

@@ -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)