<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Uncertain Binary Thoughts &#187; alsa</title>
	<atom:link href="http://ankurs.com/tag/alsa/feed/" rel="self" type="application/rss+xml" />
	<link>http://ankurs.com</link>
	<description>01110100110101010101011101100010</description>
	<lastBuildDate>Sun, 01 Jan 2012 18:20:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>HowTo MPD with Pulse audio</title>
		<link>http://ankurs.com/2009/02/howto-mpd-with-pulse-audio/</link>
		<comments>http://ankurs.com/2009/02/howto-mpd-with-pulse-audio/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 17:52:23 +0000</pubDate>
		<dc:creator>Ankur Shrivastava</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Stuff]]></category>
		<category><![CDATA[alsa]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[daemon]]></category>
		<category><![CDATA[mpd]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[pulse]]></category>
		<category><![CDATA[sonata]]></category>

		<guid isPermaLink="false">http://ankurs.com/?p=453</guid>
		<description><![CDATA[A Little background, i just shifted to mpd from Amarok 2.0 somewhy i dont seem to like Amarok 2 but thats a different story, For those who dont know MPD s a flexible, powerful, server-side application for playing music. which runs as a daemon and has a lot of front ends for it, Sonata being&#8230;]]></description>
			<content:encoded><![CDATA[<p>A Little background, i just shifted to <a href="http://en.wikipedia.org/wiki/Music_Player_Daemon">mpd</a> from Amarok 2.0 somewhy i dont seem to like Amarok 2 but thats a different story, For those who dont know MPD s a flexible, powerful, server-side application for playing music. which runs as a daemon and has a lot of front ends for it, <a href="http://sonata.berlios.de/documentation.html">Sonata</a> being a popular one.<br />
now coming to the point i use Fedora 10 and it has Pulseaudio by default, now the problem is i some time get  &#8220;NO Read Permission&#8221; in Sonata and then mpd  would stop working, in mpd.log file i will find &#8220;Error opening ALSA device &#8220;hw:0,0&#8243;: Device or resource busy&#8221; error, which means this is an pulseaudio permission issue, to solve it we need to change the mpd.conf (/etc/mpd.conf) to<br />
<code>audio_output {<br />
        type                    "pulse"<br />
        name                    "My Device"<br />
        device                  "hw:0,0"        # optional<br />
        format                  "44100:16:2"    # optional<br />
}<br />
</code><br />
then we need to add<br />
<code> load-module module-native-protocol-tcp auth-anonymous=1  </code><br />
to /etc/pulse/default.pa which gives everybody permission to use pulseaudio and thats it.</p>
]]></content:encoded>
			<wfw:commentRss>http://ankurs.com/2009/02/howto-mpd-with-pulse-audio/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

