Commit 9449006a authored by Max Kellermann's avatar Max Kellermann

doc/user: document JACK plugin options

parent 88abfc0d
......@@ -725,6 +725,49 @@ cd mpd-version</programlisting>
The <varname>jack</varname> plugin connects to a JACK
server.
</para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>Setting</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<varname>client_name</varname>
<parameter>NAME</parameter>
</entry>
<entry>
The name of the JACK client. Defaults to "Music
Player Daemon".
</entry>
</row>
<row>
<entry>
<varname>ports</varname>
<parameter>A,B</parameter>
</entry>
<entry>
The name of the JACK source ports created by MPD.
</entry>
</row>
<row>
<entry>
<varname>ringbuffer_size</varname>
<parameter>NBYTES</parameter>
</entry>
<entry>
Sets the size of the ring buffer for each channel.
Do not configure this value unless you know what
you're doing.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</section>
<section>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment