Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
de95caa3
Commit
de95caa3
authored
Apr 25, 2009
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: added more audio output documentation
parent
eea28661
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
63 additions
and
1 deletion
+63
-1
user.xml
doc/user.xml
+63
-1
No files found.
doc/user.xml
View file @
de95caa3
...
...
@@ -113,7 +113,69 @@ cd mpd-0.14.2</programlisting>
name "my ALSA device"
device "hw:0"
}
</programlisting>
</programlisting>
<para>
The following table lists the
<varname>
audio_output
</varname>
options valid for all plugins:
</para>
<informaltable>
<tgroup
cols=
"2"
>
<thead>
<row>
<entry>
Name
</entry>
<entry>
Description
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<varname>
type
</varname>
</entry>
<entry>
The name of the plugin.
</entry>
</row>
<row>
<entry>
<varname>
name
</varname>
</entry>
<entry>
The name of the audio output. It is visible to the
client. Some plugins also use it internally, e.g. as
a name registered in the PULSE server.
</entry>
</row>
<row>
<entry>
<varname>
format
</varname>
</entry>
<entry>
Always open the audio output with the specified audio
format (samplerate:bits:channels), regardless of the
format of the input file. This is optional for most
plugins.
</entry>
</row>
<row>
<entry>
<varname>
enabled
</varname>
<parameter>
yes|no
</parameter>
</entry>
<entry>
Specifies whether this audio output is enabled when
MPD is started. By default, all audio outputs are
enabled.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</section>
</chapter>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment