<?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>Hack Admin &#187; audacity</title>
	<atom:link href="http://www.hackadmin.com/tag/audacity/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackadmin.com</link>
	<description></description>
	<lastBuildDate>Tue, 16 Mar 2010 21:31:57 +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>Audio Clip Editing for Dave&#8230;</title>
		<link>http://www.hackadmin.com/2009/11/28/audio-clip-editing-for-dave/</link>
		<comments>http://www.hackadmin.com/2009/11/28/audio-clip-editing-for-dave/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 14:06:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[audacity]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.hackadmin.com/?p=160</guid>
		<description><![CDATA[A quick overview of how to create an mp3 from a podcast in Ubuntu Linux using Audacity.]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;m a fan of the Sick and Wrong Podcast.  I often enjoy spreading the word about said program as I&#8217;ve found that many of the people I interact with have a similar passion for this planet&#8217;s oddities.  Dave, however, has been especially resistant to my requests to audit this fine program.  His typical response is a cynical jab: &#8220;Do you watch Fringe&#8221;.   This makes sense because I have been opposed to spending 30 minutes of my time on this rock to view this program ( Fringe )&#8230;  Which leads me to my next point.</p>
<p>Opening a single episode and finding that you are 1.5 hours from completion can be daunting.  I&#8217;ve closed many a youtube video as soon as I realize it&#8217;s going to last more than 20 or 30 seconds.  Thus I can understand Dave&#8217;s apprehension.  It&#8217;s difficult to invest 1+ hours of your internet time in a single location.  And assuming you like it, you&#8217;re immediately 201 episodes behind.  At an average run time of 1.5 hours you&#8217;re talking 12.5 earth days of catching up.  </p>
<p>At any rate, my task today is to grab a short clip from the most recent podcast to pass along to Dave in hopes that he will climb aboard with the rest of us.  Of course, I&#8217;m a audio/video idiot which makes it a bit of a challenge.  Sure, people do this all the time, I however do not.</p>
<p>** Dave, please skip to the end of this article for your clip **</p>
<p><span id="more-160"></span><br />
I&#8217;m hoping this is really quick and solidifies my choice of linux on my Dell XPS1340 that is coming next week.  I&#8217;m running Ubuntu 9.04 and I did a quick search for: &#8220;linux edit audio file&#8221;.  That took me to a page ( the number 1 listing ) for <a href="http://audacity.sourceforge.net/">audacity</a>.  I scanned the site and realized it would do what I needed and proceeded to load it up.</p>
<p>A quick aptitude search gives the available packages:<br />
<code><br />
[7:20am] giant:/tmp# aptitude search audacity<br />
i   audacity                                                                   - A fast, cross-platform audio editor<br />
i A audacity-data                                                              - A fast, cross-platform audio editor (data)<br />
p   audacity-dbg                                                               - A fast, cross-platform audio editor (debug)<br />
[7:20am] giant:/tmp#<br />
</code><br />
then:<br />
<code><br />
[7:20am] giant:/tmp# apt-get install audacity<br />
</code><br />
To install what audacity needs to run.</p>
<p>At this point I went to Applications>Sound &#038; Video and expected to see Audacity in the list.  It was not.  So I proceeded to run it from the command line.  As root this gave me an error that Audacity could not find a place to store it&#8217;s temporary files.  So I switched back to my normal less privileged user and voila, the GUI came up.</p>
<p>Next I clicked on File>Open and browsed to the place where I saved the Sick And Wrong podcast 202 and loaded it into audacity.  The <a href="http://www.sickandwrongpodcast.com/podcasts/Sick_and_Wrong_Podcast202.mp3">full episode can be found here</a>, by the way.</p>
<p>Once it was loaded up, I clicked at the 1hr 30min point and it drew a line as a start point.  I clicked play and validated that this was in fact where I wanted to start.  I clicked around in the menus in hopes of finding something that said &#8220;clip&#8221;, that wasn&#8217;t to be found so I went back to my start point and used the tried and true method of holding down the shift key and using my right arrow.  Sure enough this started building a range on the audio graphic that was selected.</p>
<p>Once I had the area I wanted I clicked around in the menus looking for something equivalent to &#8220;crop&#8221;&#8230; again I was disappointed, so I just clicked &#8220;cut&#8221; from the edit menu.  I then clicked new, brought up a new window and clicked edit and paste.  At this point I had the abbreviated output in a new window.  It&#8217;s a miracle!  </p>
<p>The next step was to save.  If you try to &#8220;save as&#8221; it will attempt to save your work as a project.  I just wanted an mp3 so the next choice from the File menu was obviously &#8220;export&#8221;.  This prompted me for a bunch of naming crap which I don&#8217;t care about, so I just passed it by.  The next window ask where I wanted to save and the format, I chose mp3.  When I tried to save I got an error that a library was not available for the exporting of mp3 data.  It named the missing library and I used apt-get to load it up:<br />
<code><br />
[7:46am] giant:/tmp# apt-get install libmp3lame0<br />
</code><br />
I then attempted the export a second time and it completed.  </p>
<p>Here is the finished product:</p>
<p><a href="http://www.hackadmin.com/wp-content/uploads/ds.mp3">Dave Download This</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackadmin.com/2009/11/28/audio-clip-editing-for-dave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.sickandwrongpodcast.com/podcasts/Sick_and_Wrong_Podcast202.mp3" length="49876772" type="audio/mpeg" />
<enclosure url="http://www.hackadmin.com/wp-content/uploads/ds.mp3" length="3891617" type="audio/mpeg" />
		</item>
	</channel>
</rss>

