<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Auto Mac &#187; Audio</title>
	<atom:link href="http://automac.wordpress.com/category/audio/feed/" rel="self" type="application/rss+xml" />
	<link>http://automac.wordpress.com</link>
	<description>Productivity, Automation, Scripting and other Mac goodness!</description>
	<lastBuildDate>Sun, 24 Jun 2007 03:30:43 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='automac.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/5040b3e5fcc1eb5a80d20281199a7761?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Auto Mac &#187; Audio</title>
		<link>http://automac.wordpress.com</link>
	</image>
			<item>
		<title>Volume Control</title>
		<link>http://automac.wordpress.com/2007/06/18/volume-control/</link>
		<comments>http://automac.wordpress.com/2007/06/18/volume-control/#comments</comments>
		<pubDate>Mon, 18 Jun 2007 04:12:38 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Applescript]]></category>
		<category><![CDATA[Audio]]></category>

		<guid isPermaLink="false">http://automac.wordpress.com/2007/06/18/volume-control/</guid>
		<description><![CDATA[Adjusting the volume via applescript can be very useful.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automac.wordpress.com&blog=1166712&post=11&subd=automac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Adjusting the audio volume via applescript can be very useful.  Here&#8217;s how to raise the volume on your system 10 notches (out of 100):</p>
<pre style="background:#ececec none repeat scroll 0 50%;line-height:5pt;font-size:10pt;">
 <code style="color:#3371a3;line-height:10pt;font-size:10pt;">-- volume up 10
 set current_volume to output volume of (get volume settings)

 if current_volume is less than 100 then
 	set current_volume to current_volume + 10
 end if

 set volume output volume current_volume
</code></pre>
<p>If you are using a using a keyboard that isn&#8217;t designed for the Mac and doesn&#8217;t have functioning multimedia controls, variations of this script can come in handy when assigned to keyboard shortcuts.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/automac.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/automac.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/automac.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/automac.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/automac.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/automac.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/automac.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/automac.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/automac.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/automac.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/automac.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/automac.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automac.wordpress.com&blog=1166712&post=11&subd=automac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://automac.wordpress.com/2007/06/18/volume-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/340e0f6181db7ae2e680f071a6bb6fa3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Dave</media:title>
		</media:content>
	</item>
	</channel>
</rss>