<?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>Tidbits from my daily-life &#187; hard heron</title>
	<atom:link href="http://blog.morgan.hk/tag/hard-heron/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.morgan.hk</link>
	<description>Bits and things of interest</description>
	<lastBuildDate>Wed, 02 Nov 2011 06:32:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Get ALSA enabled programs to use Pulse Audio in Hardy Heron</title>
		<link>http://blog.morgan.hk/2008/05/11/get-alsa-enabled-programs-to-use-pulse-audio-in-hardy-heron/</link>
		<comments>http://blog.morgan.hk/2008/05/11/get-alsa-enabled-programs-to-use-pulse-audio-in-hardy-heron/#comments</comments>
		<pubDate>Sat, 10 May 2008 18:28:48 +0000</pubDate>
		<dc:creator>morgan</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[alsa]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[hard heron]]></category>
		<category><![CDATA[pulseaudio]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.morgan.hk/?p=281</guid>
		<description><![CDATA[After re-installing my system today I realise that all my ALSA apps were not making a tweet. I remembered that using Pulse on my previous &#8230;]]></description>
			<content:encoded><![CDATA[<p>After re-installing my system today I realise that all my ALSA apps were not making a tweet. I remembered that using Pulse on my previous system (Ubuntu Gusty Gibbon) was working properly, but i had to do some trickery for the ALSA apps to use Pulse. Looking back into my backup files here is what I would recommend:</p>
<p><tt>edit /etc/asound.conf</tt> or <tt>~/.asoundrc</tt>:</p>
<pre>pcm.!default {
    type pulse
}
ctl.!default {
    type pulse
}
</pre>
<p>and then:</p>
<p><tt>sudo apt-get install libasound2-plugins</tt></p>
<p>and you should be good to go.</p>
<p>You might also add some more GUI tools to configure PulseAudio:</p>
<p><tt>sudo apt-get install padevchooser paman paprefs pavucontrol pavumeter</tt></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.morgan.hk/2008/05/11/get-alsa-enabled-programs-to-use-pulse-audio-in-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

