From f5f4a9da6b14fbb7d25bcff24d8778ce80157671 Mon Sep 17 00:00:00 2001 From: Serge Ziryukin Date: Sun, 6 Sep 2009 22:34:57 +0300 Subject: doc: documented the "openal" output plugin settings --- NEWS | 1 + doc/user.xml | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/NEWS b/NEWS index e311d94f9..aa637d5b4 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,7 @@ ver 0.16 (20??/??/??) - twolame: new encoder plugin based on libtwolame * output: - recorder: new output plugin for recording radio streams + - openal: new output plugin * mixers: - removed support for legacy mixer configuration - reimplemented software volume as mixer+filter plugin diff --git a/doc/user.xml b/doc/user.xml index 853417040..359e17a34 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -752,6 +752,39 @@ cd mpd-version +
+ <varname>openal</varname> + + + The "OpenAL" plugin uses libopenal. + It is supported on many platforms. + + + + + + + Setting + Description + + + + + + device + NAME + + + Sets the device which should be used. This can be + any valid OpenAL device name. If not specified, then + libopenal will choose a default device. + + + + + +
+
<varname>osx</varname> -- cgit v1.2.3