<?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>Andrew Birkett's blog &#187; linux</title>
	<atom:link href="http://www.nobugs.org/blog/archives/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nobugs.org/blog</link>
	<description>Thoughts of a software engineer</description>
	<lastBuildDate>Thu, 15 Jul 2010 22:25:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Recording music on a linux laptop</title>
		<link>http://www.nobugs.org/blog/archives/2008/09/10/recording-music-on-a-linux-laptop/</link>
		<comments>http://www.nobugs.org/blog/archives/2008/09/10/recording-music-on-a-linux-laptop/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 21:31:15 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ardour]]></category>
		<category><![CDATA[firewire]]></category>
		<category><![CDATA[jackd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.nobugs.org/blog/archives/2008/09/10/recording-music-on-a-linux-laptop/</guid>
		<description><![CDATA[I have spent too many hours in my life trying to get a good, reliable audio recording solution on my linux laptop.  For a while, I defected to mac but this evening I&#8217;m back in linux world and very happy.
I figured the first rule out a while ago: don&#8217;t use any kind of internal [...]]]></description>
			<content:encoded><![CDATA[<p>I have spent too many hours in my life trying to get a good, reliable audio recording solution on my linux laptop.  For a while, I defected to mac but this evening I&#8217;m back in linux world and very happy.</p>
<p>I figured the first rule out a while ago: <strong>don&#8217;t use any kind of internal soundcard</strong>.  Computers generate loads of electromagnetic interference.  You want to do your analog->digital conversion as far from your PC as possible.  Plus, you probably want some preamps and maybe some XLR inputs too.  The <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&#038;location=http%3A%2F%2Fwww.amazon.com%2FPreSonus-Inspire-Firewire-Recording-Interface%2Fdp%2FB000E6FTVK&#038;tag=nobugs-20&#038;linkCode=ur2&#038;camp=1789&#038;creative=9325">Presonus Inspire</a><img src="http://www.assoc-amazon.com/e/ir?t=nobugs-20&amp;l=ur2&amp;o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> ticks all the boxes.  I&#8217;ve had one for a few years and I love it.  Two XLR,  two 1/4&#8243; jack and two phono inputs plus two builtin preamps and a headphone socket.  If you&#8217;re tempted to save money and use an internal soundcard &#8211; don&#8217;t!  You&#8217;ll waste hours of your life trying to track down and minimize buzzing noises.  Life is too short &#8211; buy an Inspire and move on.</p>
<p>The Inspire uses Firewire, and my laptop doesn&#8217;t have any firewire ports.  No problem, the <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&#038;location=http%3A%2F%2Fwww.amazon.com%2FBelkin-FireWire-Notebook-PCMCIA-videostudio%2Fdp%2FB000ESLEFS%3Fie%3DUTF8%26s%3Delectronics%26qid%3D1221081330%26sr%3D8-1&#038;tag=nobugs-20&#038;linkCode=ur2&#038;camp=1789&#038;creative=9325">Belkin PCMCIA Firewire card</a><img src="http://www.assoc-amazon.com/e/ir?t=nobugs-20&amp;l=ur2&amp;o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> is pretty cheap and works perfectly under linux &#8211; Ubuntu recognized it immediately.</p>
<p>Linux support for the Inspire comes from the <a href="http://freebob.sourceforge.net/">FreeBob</a> project, which provides a driver which allows jackd to talk to the device.  A bit of help from <a href="http://parumi.wordpress.com/2006/12/19/getting-firewire-audio-work-on-linux/">this page</a> got me going.  <strong>Important:</strong> you need to plug the power supply into the Inspire &#8211; the PCMCIA firewire card doesn&#8217;t appear to supply power directly.</p>
<p>Once jackd is up and running, qjackctl should show that you now have 4 inputs and 2 outputs (they&#8217;re named &#8220;system&#8221;).</p>
<p>Here&#8217;s the core software stack I use for recording and mixing:</p>
<ul>
<li><a href="http://qjackctl.sourceforge.net/">qjackctl</a>: patchbay management.  The software equivalent of plugging in cables between things.
  </li>
<li><a href="http://www.ardour.org">Ardour</a> &#8211; digital audio workstation.  I spend most of my time here &#8211; recording, mixing and editing.
  </li>
<li><a href="http://www.hydrogen-music.org">Hydrogen</a> &#8211; jack-enabled drum sequencer.  It&#8217;s no <a href="http://www.fxpansion.com/">BFD</a> but it&#8217;s fine for demos.
  </li>
<li><a href="http://www.alsaplayer.org">alsaplayer</a> &#8211; jack-enabled audio file player.  For play other people&#8217;s music when I&#8217;m bored of my own stuff.
  </li>
<li><a href="http://home.gna.org/fmit/">fmit</a>: a really good tuner app.  It works well and looks pretty.
</li>
</ul>
<p>Anyone else out there got a similar setup?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nobugs.org/blog/archives/2008/09/10/recording-music-on-a-linux-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
