The attached patch adds a simple section to doc/user.xml
for the Alsa input plugin
Steven
From c6f14e8e1378f6fe202a39f20b86bdfd9d014301 Mon Sep 17 00:00:00 2001
From: Steven O'Brien <steven_obri...@yahoo.co.uk>
Date: Wed, 8 Jan 2014 21:40:55 +0000
Subject: [PATCH] doc/user.xml: add alsa input section

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

diff --git a/doc/user.xml b/doc/user.xml
index 73b2735..b849ecb 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -1073,6 +1073,24 @@ systemctl start mpd.socket</programlisting>
           <filename>mpc add smb://servername/sharename/filename.ogg</filename>
         </para>
       </section>
+
+      <section>
+        <title><varname>alsa</varname></title>
+
+        <para>
+          Allows MPD on Linux to play audio directly from a soundcard using
+          the scheme <filename>alsa://</filename>. Audio is formatted as
+          44.1 kHz 16-bit stereo (CD format). Examples:
+        </para>
+
+        <para>
+          <filename>mpc add alsa://</filename> plays audio from device hw:0,0
+        </para>
+        <para>
+          <filename>mpc add alsa://hw:1,0</filename> plays audio from device
+          hw:1,0
+        </para>
+      </section>
     </section>
 
     <section>
-- 
1.7.10.4

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to