aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/openal_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* output/openal: force 16 bit playback, as 8 bit doesn't workMax Kellermann2011-12-131-10/+4
| | | | | | The OpenAL specification says that AL_FORMAT_MONO8 and AL_FORMAT_STEREO8 expect unsigned 8 bit samples, but MPD uses unsigned samples.
* output/openal: auto-fallback to mono if channel count is unsupportedMax Kellermann2011-10-081-9/+9
| | | | .. instead of failing playback completely.
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-8/+12
| | | | | | This patch prepares support for floating point samples (and probably other formats). It changes the meaning of the "bits" attribute from a bit count to a symbolic value.
* output/openal: use audio_format_to_string()Max Kellermann2009-11-151-3/+3
|
* include config.h in all sourcesMax Kellermann2009-11-121-2/+2
| | | | | | After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
* output/openal: support OpenAL plugin on Mac OS XSerge Ziryukin2009-09-071-0/+6
|
* output/openal: fix default device nameSerge Ziryukin2009-09-061-3/+3
|
* openal output pluginSerge Ziryukin2009-09-061-0/+267