<?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>Pulseaudio &#8211; Phocean.net</title>
	<atom:link href="/tag/pulseaudio/feed" rel="self" type="application/rss+xml" />
	<link>/</link>
	<description>Computer Security Blog</description>
	<lastBuildDate>Fri, 24 Feb 2017 21:17:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.10</generator>
	<item>
		<title>Microphone issue with openSUSE 11.1</title>
		<link>/2009/05/09/microphone-issue-with-opensuse-111.html</link>
		<pubDate>Sat, 09 May 2009 17:42:49 +0000</pubDate>
		<dc:creator><![CDATA[phocean]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[Pulseaudio]]></category>

		<guid isPermaLink="false">http://www.phocean.net/?p=354</guid>
		<guid isPermaLink="false">http://www.phocean.net/?p=354</guid>
		<description><![CDATA[Nice post that also solved my microphone issue with openSUSE 11.1 and Pulseaudio. Now every thing works well with Skype.]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.blog.arun-prabha.com/2008/05/23/skype-microphone-problem-and-complete-pulse-audio-setup-in-ubuntu/">Nice post</a> that also solved my microphone issue with openSUSE 11.1 and Pulseaudio. Now every thing works well with Skype.</p>
]]></content:encoded>
			</item>
		<item>
		<title>PulseAudio on Debian Testing</title>
		<link>/2007/11/11/pulseaudio-on-debian-testing.html</link>
		<comments>/2007/11/11/pulseaudio-on-debian-testing.html#comments</comments>
		<pubDate>Sun, 11 Nov 2007 01:36:43 +0000</pubDate>
		<dc:creator><![CDATA[phocean]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Pulseaudio]]></category>
		<category><![CDATA[Sound]]></category>

		<guid isPermaLink="false">http://www.phocean.net/?p=83</guid>
		<guid isPermaLink="false">http://www.phocean.net/?p=83</guid>
		<description><![CDATA[I just replaced ESD by the new sound server Pulseaudio. Pulseaudio brings up some great improvements and is already chipped by Fedora 8. Getting it to work on my Debian Testing was very easy : $ aptitude install pulseaudio pulseaudio-esound-compat pulseaudio-module-gconf pulseaudio-module-hal pulseaudio-module-jack pulseaudio-module-x11 pulseaudio-module-zeroconf pulseaudio-utils libasound2-plugins However there were two issues to face :...<br><i class="icon-right-hand"></i> <span class="read-more"><a href="/2007/11/11/pulseaudio-on-debian-testing.html">Continue Reading</a></span>]]></description>
				<content:encoded><![CDATA[<p>I just replaced ESD by the new sound server <a title="PulseAudio" href="http://pulseaudio.org/" target="_blank">Pulseaudio</a>.</p>
<p>Pulseaudio brings up some great improvements and is already chipped by Fedora 8.</p>
<p>Getting it to work on my Debian Testing was very easy :</p>
<pre>$ aptitude install pulseaudio pulseaudio-esound-compat pulseaudio-module-gconf pulseaudio-module-hal pulseaudio-module-jack pulseaudio-module-x11 pulseaudio-module-zeroconf pulseaudio-utils libasound2-plugins</pre>
<p>However there were two issues to face :  no more sound with Flash and Skype.</p>
<p>To solve the flash issue, you have to download and set up <a title="pulseAudio flash support" href="http://http://pulseaudio.vdbonline.net/libflashsupport/libflashsupport_1.0~2219-1_i386.deb" target="_blank">this package</a> (more information or sources on <a title="PulseAudio and Flash" href="http://http://pulseaudio.revolutionlinux.com/PulseAudio" target="_blank">this page</a>).</p>
<p>Concerning the Skype problem, you have to create &#8211; or edit if existing &#8211; an <strong>/etc/asound.conf</strong> file as follows :</p>
<pre>pcm.card0 {
type hw
card 0
}

pcm.dmixer {
type dmix
ipc_key 1025
slave {
pcm &quot;hw:0,0&quot;
period_time 0
period_size 2048
buffer_size 32768
rate 48000
}
bindings {
0 0
1 1
}
}

pcm.skype {
type asym

playback.pcm &quot;dmixer&quot;
capture.pcm &quot;card0&quot;
}

pcm.!default {
type plug
slave.pcm &quot;skype&quot;
}
</pre>
<p>Then, restart alsa-utils :</p>
<pre>$ /etc/init.d/alsa-utils restart</pre>
<p>Finally, just select &#8220;skype&#8221; as sound device in the Skype preferences and it should work.  I hope it will help !</p>
]]></content:encoded>
			<wfw:commentRss>/2007/11/11/pulseaudio-on-debian-testing.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
