From 8fb1e4514752efb4ba42a1d8595c7651c159f456 Mon Sep 17 00:00:00 2001
From: Dimitris Papastamos <s...@2f30.org>
Date: Wed, 22 Jun 2016 17:41:06 +0100
Subject: [PATCH] doc: Initial sndio documentation

---
 doc/user.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/doc/user.xml b/doc/user.xml
index e126f76..3b59df6 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -2738,6 +2738,51 @@ buffer_size: 16384</programlisting>
       </section>
 
       <section>
+        <title><varname>sndio</varname></title>
+
+        <para>
+          The <varname>sndio</varname> plugin uses the <ulink
+          url="http://www.sndio.org/";>sndio</ulink> library.  It should 
normally be used
+          on OpenBSD.
+        </para>
+
+        <informaltable>
+          <tgroup cols="2">
+            <thead>
+              <row>
+                <entry>Setting</entry>
+                <entry>Description</entry>
+              </row>
+            </thead>
+            <tbody>
+              <row>
+                <entry>
+                  <varname>device</varname>
+                  <parameter>NAME</parameter>
+                </entry>
+                <entry>
+                  The audio output device <filename>libsndio</filename>
+                  will attempt to use.  The default is "default" which
+                  causes libsndio to select the first output device.
+                </entry>
+              </row>
+
+              <row>
+                <entry>
+                  <varname>buffer_time</varname>
+                  <parameter>MS</parameter>
+                </entry>
+                <entry>
+                  Set the application buffer time in milliseconds.
+                </entry>
+              </row>
+
+            </tbody>
+          </tgroup>
+        </informaltable>
+      </section>
+
+      <section>
         <title><varname>fifo</varname></title>
 
         <para>
-- 
2.8.4

_______________________________________________
mpd-devel mailing list
mpd-devel@musicpd.org
http://mailman.blarg.de/listinfo/mpd-devel

Reply via email to