<?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>Santiance &#187; Sound</title>
	<atom:link href="http://santiance.com/tag/sound/feed/" rel="self" type="application/rss+xml" />
	<link>http://santiance.com</link>
	<description>Kristopher Ives&#039;s Developer Notes</description>
	<lastBuildDate>Wed, 08 Sep 2010 21:48:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Intel Microphones in Ubuntu Linux (9.04)</title>
		<link>http://santiance.com/2009/08/intel-microphones-in-ubuntu-linux-9-04/</link>
		<comments>http://santiance.com/2009/08/intel-microphones-in-ubuntu-linux-9-04/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 09:04:08 +0000</pubDate>
		<dc:creator>Kristopher Ives</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Sound]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://67.43.13.30/~kives/wp/?p=61</guid>
		<description><![CDATA[If you want to use Skype or record audio with any other application you may have to slightly configure your microphone. This post isn&#8217;t an exhaustive list of all the possible ways to get your recording working Ubuntu, but really is targeted to anyone who has similar hardware or where the solution is the same. [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to use <a title="Skype downloads for Linux" href="http://www.skype.com/download/skype/linux/choose/" target="_blank">Skype</a> or record audio with any other application you may have to slightly configure your microphone. This post isn&#8217;t an exhaustive list of all the possible ways to get your recording working <a title="Download or Order an Ubuntu CD for free!" href="http://www.ubuntu.com/getubuntu/download" target="_blank">Ubuntu</a>, but really is targeted to anyone who has similar hardware or where the solution is the same.</p>
<p>Firstly, here is the hardware we are working with:</p>
<pre>$ <strong>sudo lshw -C sound</strong>
  *-multimedia
       description: Audio device
       <strong>product: 82801H (ICH8 Family) HD Audio Controller</strong>
       vendor: Intel Corporation
       physical id: 1b
       bus info: pci@0000:<strong>00:1b.0</strong>
       version: 02
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: driver=HDA Intel latency=0 module=snd_hda_intel</pre>
<p>The PCI identifier of this specific model is <code>8086:284b</code>. You can get this by <code>lspci -n | grep "00:1b"</code>, but you&#8217;ll have to replace &#8220;00:1b&#8221; with your information from the previous <em>lshw</em> command. Thankfully getting this to work is rather simple, but involves fiddling with the track mixer and some switches. Needless to say it can take a while to figure out the right combination, but it involves 3 steps for my hardware.<span id="more-61"></span></p>
<p>First make sure you&#8217;re looking at all the information your sound device has to offer. Open the volume manager by right clicking the icon and selecting &#8220;Open Volume Control&#8221;, then click the &#8220;Preferences&#8221; button near the bottom and make sure you have all the items selected:</p>
<p><a href="http://67.43.13.30/~kives/wp/wp-content/uploads/2009/08/screenshot_001.png"><img style="display: block; margin-left: auto; margin-right: auto; border: 0px initial initial;" title="Preferences in Volume Control" src="http://67.43.13.30/~kives/wp/wp-content/uploads/2009/08/screenshot_001-251x300.png" alt="Preferences in Volume Control" width="251" height="300" /></a></p>
<p>Now make sure that the proper input method has been selected by choosing the &#8220;Options&#8221; tab in the Volume Control window. Mine had to be set to &#8220;Analog Inputs&#8221;, but the default Input Source of &#8220;Mic&#8221; worked for me with my internal microphone:</p>
<p style="text-align: center;"><a href="http://67.43.13.30/~kives/wp/wp-content/uploads/2009/08/screenshot_003.png"><img class="size-medium wp-image-63 aligncenter" title="Options tab in Volume Control" src="http://67.43.13.30/~kives/wp/wp-content/uploads/2009/08/screenshot_003-300x239.png" alt="Options tab in Volume Control" width="300" height="239" /></a></p>
<p>Lastly go to the &#8220;Recording&#8221; tab and make sure the slider for your capture device is all the way up:</p>
<p style="text-align: center;"><a href="http://67.43.13.30/~kives/wp/wp-content/uploads/2009/08/screenshot_002.png"><img class="size-medium wp-image-64 aligncenter" title="Recording tab in Volume Control" src="http://67.43.13.30/~kives/wp/wp-content/uploads/2009/08/screenshot_002-300x239.png" alt="Recording tab in Volume Control" width="300" height="239" /></a></p>
<p>With my hardware the &#8220;Mux&#8221; amplifies the microphone volume. Putting it all the way down makes the sound input very weak, but putting it all the way up makes it heavily distorted. I have found a decent balance for my recording environment and sound device, so make sure to test the actual sound with <strong>Applications » Sound &amp; Video » Sound Recorder</strong>.</p>
<p>If you&#8217;re using Skype it might help you to know you may have to manually select your sound device from the menu. For me this was the first option on the list for both my <em>Input</em> and <em>Output</em> device in the <em>Sound Device</em> options. I blame all of this on PulseAudio, which so far has been nothing but headache, undelivered results, and a waste of time.</p>
]]></content:encoded>
			<wfw:commentRss>http://santiance.com/2009/08/intel-microphones-in-ubuntu-linux-9-04/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
