<?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"
	>

<channel>
	<title>dallas moore</title>
	<atom:link href="http://www.dallasmoore.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dallasmoore.net</link>
	<description>Periodically writing something involving art, cooking, gardening, tech/gadgets, or dreaded evil cats.</description>
	<pubDate>Wed, 27 Aug 2008 17:19:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Switching Sound Output with Dictate</title>
		<link>http://www.dallasmoore.net/2008/08/26/switching-sound-output-with-dictate/</link>
		<comments>http://www.dallasmoore.net/2008/08/26/switching-sound-output-with-dictate/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 03:00:29 +0000</pubDate>
		<dc:creator>Dallas</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[AppleScript]]></category>

		<category><![CDATA[dictate]]></category>

		<category><![CDATA[MacSpeech]]></category>

		<category><![CDATA[sound output]]></category>

		<guid isPermaLink="false">http://www.dallasmoore.net/?p=97</guid>
		<description><![CDATA[I figured I would put the AppleScripts and information on how to build the macros for MacSpeech Dictate to switch between the different sound output options.]]></description>
			<content:encoded><![CDATA[<p>I figured I would put the AppleScripts and information on how to build the macros for MacSpeech Dictate to switch between the different sound output options.</p>
<p>First up, here&#8217;s an image of all my sound output preference panel looks like. Most importantly to note on this is the name of the devices. In my case, I have two devices &#8220;Internal Speakers&#8221; and &#8220;Plantronics Headset&#8221;. These two names will need to be edited into the AppleScripts.</p>
<div id="attachment_98" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.dallasmoore.net/wp-content/uploads/sound-output-panel.jpg"><img class="size-full wp-image-98" title="Sound Output Panel" src="http://www.dallasmoore.net/wp-content/uploads/sound-output-panel.jpg" alt="Image of my sound output panel showing the internal speakers and my headset/mic." width="500" height="363" /></a><p class="wp-caption-text">Image of my sound output panel showing the internal speakers and my headset/mic.</p></div>
<p>Make sure you have MacSpeech Dictate running and it is the active application. Go to the Tools menu and select Commands. This will bring up a list of all the scripts in the &#8220;Available Commands&#8221; box that MacSpeech Dictate shows as a tool. You&#8217;ll want to locate Globals for a list of all global scripts. Once you&#8217;ve clicked on Globals, click on the &#8220;+&#8221; symbol to create a new script.</p>
<p>In the command field, type what you want to say to start the script. Make sure the type is set to AppleScript. Cut and paste the following into the source:</p>
<p><span style="font-family: courier;">tell application &#8220;System Preferences&#8221; to activate<br />
tell application &#8220;System Events&#8221;<br />
get properties<br />
tell process &#8220;System Preferences&#8221;<br />
tell application &#8220;System Preferences&#8221; to reveal anchor &#8220;output&#8221; of pane id &#8220;com.apple.preference.sound&#8221;<br />
delay 2<br />
set theRows to every row of table 1 of scroll area 1 of ¬<br />
tab group 1 of window &#8220;sound&#8221;<br />
set theOutputs to {} as list<br />
repeat with aRow in theRows<br />
if (value of text field 1 of aRow as text) ¬<br />
is equal to &#8220;<strong>Internal Speakers</strong>&#8221; then<br />
set selected of aRow to true<br />
exit repeat<br />
end if<br />
end repeat<br />
end tell<br />
end tell<br />
tell application &#8220;System Preferences&#8221; to quit</span></p>
<p>Please note the words &#8220;Internal Speakers&#8221;. This is where you will replace with the device name you want the script to switch to when it runs.</p>
<p>You&#8217;ll want to create a separate script for each output device that you have. I hope this helps, if a figure out how to program a script that will toggle through the various output devices I&#8217;ll be sure to post it.</p>
<p>a</p>
<p><a href="http://www.dallasmoore.net/2008/08/26/switching-sound-output-with-dictate/">Switching Sound Output with Dictate</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dallasmoore.net/2008/08/26/switching-sound-output-with-dictate/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dictation in process&#8230;</title>
		<link>http://www.dallasmoore.net/2008/08/23/dictation-in-process/</link>
		<comments>http://www.dallasmoore.net/2008/08/23/dictation-in-process/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 16:38:05 +0000</pubDate>
		<dc:creator>Dallas</dc:creator>
		
		<category><![CDATA[Reviews]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[AppleScript]]></category>

		<category><![CDATA[dictate]]></category>

		<category><![CDATA[MacSpeech]]></category>

		<guid isPermaLink="false">http://www.dallasmoore.net/?p=89</guid>
		<description><![CDATA[Well, I've spent a couple days trying to get used to using MacSpeech Dictate and I have to say things are going swimmingly.]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;ve spent a couple days trying to get used to using MacSpeech Dictate and I have to say things are going swimmingly. For the most part, the accuracy rate is pretty high. I haven&#8217;t really gone through training it by having it scan my writing. I&#8217;m sure this would increase the accuracy rate.</p>
<p>One of the features that I&#8217;m hearing about Dragon NaturallySpeaking is the capability to correct misunderstood words and phrases using a learning process. This learning process figures out where it made a mistake, thus making the mistake less likely to happen in the future. Part of it even allows someone to spell out a word. This would fully eliminate the need to touch the keyboard at all.</p>
<p>Right now MacSpeech Dictate is at version 1.0. Rumor on the street is that version 1.1 will start implementing this active learning process. I hope so, the paradigm of speaking and watching the words appear on the screen gets broken when I have to actively moved to the keyboard or mouse.</p>
<hr />One of the features that I didn&#8217;t pay much attention to at first was the incorporation of AppleScript. In fact, I discovered that the commands that are available for you to control the computer itself are all Applescripts. I went through them and eliminated many that I felt wouldn&#8217;t be necessary. This included launching a lot of seldomly used applications but also scripts that I felt were odd (such as &#8220;microphone on&#8221;; useless if the microphone is off since Dictate would not be able to hear you say it). After a quick bit of tinkering, I was able to get a script set up to switch the sound output from the headset to the internal speakers and vice versa.</p>
<p>This inclusion — that I had initially overlooked — is really important because the AppleScript programming language allows a lot of control over the functionality of the most operations in the Mac operating system and applications on the Mac.</p>
<p>Well, so far I have found MacSpeech Dictate great purchase!</p>
<p>a</p>
<p><a href="http://www.dallasmoore.net/2008/08/23/dictation-in-process/">Dictation in process&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dallasmoore.net/2008/08/23/dictation-in-process/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MacSpeech Dictate</title>
		<link>http://www.dallasmoore.net/2008/08/21/macspeech-dictate/</link>
		<comments>http://www.dallasmoore.net/2008/08/21/macspeech-dictate/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 00:25:05 +0000</pubDate>
		<dc:creator>Dallas</dc:creator>
		
		<category><![CDATA[Reviews]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[dictate]]></category>

		<category><![CDATA[MacSpeech]]></category>

		<category><![CDATA[Plantronics]]></category>

		<category><![CDATA[speech-recognition]]></category>

		<guid isPermaLink="false">http://www.dallasmoore.net/?p=86</guid>
		<description><![CDATA[Something I've always wanted since I was a kid was the ability to talk to a computer and have it type saying. I've seen the speech recognition software since its early stages on the Windows environment.  I also remember speakable phrases for the Macintosh environment. Based upon what I experienced, I just didn't believe that it would be very accurate.  Cost was also a prohibitive point when considering buying speech recognition software.  I didn't want to pay a large amount of money for something that didn't work that well. So, I decided to sit this one out until I knew the technology had gotten better. It has.]]></description>
			<content:encoded><![CDATA[<p>Something I&#8217;ve always wanted since I was a kid was the ability to talk to a computer and have it type saying. I&#8217;ve seen the speech recognition software since its early stages on the Windows environment.  I also remember speakable phrases for the Macintosh environment. Based upon what I experienced, I just didn&#8217;t believe that it would be very accurate.  Cost was also a prohibitive point when considering buying speech recognition software.  I didn&#8217;t want to pay a large amount of money for something that didn&#8217;t work that well. So, I decided to sit this one out until I knew the technology had gotten better. It has.</p>
<p>I had heard about Dictate winning an award earlier this year. It reminded me to get an update on what was out there with regard to speech recognition software. Basically, on the Windows front things had matured but there was one standout program. That program is Dragon NaturallySpeaking. Unfortunately, it is not available for the Macintosh operating system. That changed, when the company MacSpeech licensed the software engine behind Dragon NaturallySpeaking for their Dictate software. Obviously, Dictate is a program written for the Macintosh operating system.</p>
<p>As typical with most software when it&#8217;s first released, there will be bugs. So I decided to sit this one out for just a couple months until the release bugs were ironed out. Well, I just got it tonight.</p>
<p>The package comes with a Plantronics microphone headset that easily hooked into a USB port on my iMac.   The installation process was fairly easy. After a little bit of training, I&#8217;ve jumped right into trying to use the software is much is possible.  Guessing at my accuracy rate right now I probably need to do some more training so that it can understand me better. But I am very VERY impressed. This entire blog entry was done with minimal editing involving a keyboard. If you&#8217;ve always wanted to talk to your computer and have it type what you&#8217;re saying the software is out there to do it.</p>
<p>I am seriously beside myself that this actually works.</p>
<p>a</p>
<p><a href="http://www.dallasmoore.net/2008/08/21/macspeech-dictate/">MacSpeech Dictate</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dallasmoore.net/2008/08/21/macspeech-dictate/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Slingbox Pro</title>
		<link>http://www.dallasmoore.net/2008/08/20/slingbox-pro/</link>
		<comments>http://www.dallasmoore.net/2008/08/20/slingbox-pro/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 02:00:25 +0000</pubDate>
		<dc:creator>Dallas</dc:creator>
		
		<category><![CDATA[Reviews]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[slingbox]]></category>

		<category><![CDATA[slingbox pro]]></category>

		<guid isPermaLink="false">http://www.dallasmoore.net/?p=82</guid>
		<description><![CDATA[Just one of those things that I&#8217;ve kinda been wanting &#8230; a Slingbox!
My computer room has been lacking something.  A computer.  I&#8217;ve had my computer parked in my living room right in front of the television so I could watch and surf.  Stupidly, I have it set up on the coffee table where I sit [...]]]></description>
			<content:encoded><![CDATA[<p>Just one of those things that I&#8217;ve kinda been wanting &#8230; a <a href="http://www.slingmedia.com">Slingbox</a>!</p>
<p>My computer room has been lacking something.  A computer.  I&#8217;ve had my computer parked in my living room right in front of the television so I could watch and surf.  Stupidly, I have it set up on the coffee table where I sit awkwardly on the floor.  By the time I&#8217;d get up, my legs would feel awful.</p>
<p>I&#8217;ve wanted to set something up so I could watch my Tivo upstairs.  I had three choices.  I could somehow rig up a video system via custom cabling through an AV system (expensive, but high quality sound/video).  Buy a second Tivo (also expensive and causing me to incur a second monthly fee and buying a SECOND non-HD Tivo system).  And then there&#8217;s the Slingbox&#8230;</p>
<p>The only real problem I had going in was the video quality.  I knew it wasn&#8217;t going to be super crisp because it was being compressed and streamed over my local network.  To make matters worse, I use a wireless network bridge between my entertainment center area and upstairs.  This means that the streaming speed would be reduced further because it has to go between the slower wireless portion of my network.</p>
<p>Setup was straight forward to use the Slingbox Pro over my local network.  I had everything working on both my Windows XP laptop and my iMac within 30 minutes (including the download time for the software).  My wireless access points (Apple Airport Extremes) don&#8217;t have the option to forward ports to DHCP clients.  Once I had it up and running, I tinkered with the network settings so it wouldn&#8217;t use DHCP and I can hopefully access the Slingbox anywhere.</p>
<p>So far, things are going well.  I do need to tinker further to see if I can get my DVD player streaming.  I also have my local (analog) cable working fine.  But the main thing, having my computer actually in the computer room and being able to watch my Tivo there has been accomplished.</p>
<p>a</p>
<p><a href="http://www.dallasmoore.net/2008/08/20/slingbox-pro/">Slingbox Pro</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dallasmoore.net/2008/08/20/slingbox-pro/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Missing In Action</title>
		<link>http://www.dallasmoore.net/2008/08/12/missing-in-action/</link>
		<comments>http://www.dallasmoore.net/2008/08/12/missing-in-action/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 00:30:48 +0000</pubDate>
		<dc:creator>Dallas</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.dallasmoore.net/?p=74</guid>
		<description><![CDATA[My apologies for not writing stuff for a bit.  I&#8217;ve got some neat projects I want to detail, but I got sick with some crappy sinus infection that&#8217;s especially tough to get rid of.   I actually had a fever in the 101-103 range for a good solid weekend &#8230; and didn&#8217;t even realize it.  [...]]]></description>
			<content:encoded><![CDATA[<p>My apologies for not writing stuff for a bit.  I&#8217;ve got some neat projects I want to detail, but I got sick with some crappy sinus infection that&#8217;s especially tough to get rid of.   I actually had a fever in the 101-103 range for a good solid weekend &#8230; and didn&#8217;t even realize it.  It&#8217;s kinda had me not dealing with anything but going to work and coming home to rest.</p>
<p>I&#8217;ll try to get a couple of my neat projects up in the coming week.</p>
<p>a</p>
<p><a href="http://www.dallasmoore.net/2008/08/12/missing-in-action/">Missing In Action</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dallasmoore.net/2008/08/12/missing-in-action/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
