<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Entries tagged with voice recognition</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Tags/voice+recognition/RSS"></atom:link>
    <itunes:summary></itunes:summary>
    <itunes:author>Microsoft</itunes:author>
    <itunes:subtitle></itunes:subtitle>
    <image>
      <url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
      <title>Channel 9 - Entries tagged with voice recognition</title>
      <link>http://channel9.msdn.com/Tags/voice+recognition</link>
    </image>
    <itunes:image href=""></itunes:image>
    <itunes:category text="Technology"></itunes:category>
    <description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
    <link>http://channel9.msdn.com/Tags/voice+recognition</link>
    <language>en</language>
    <pubDate>Sat, 18 May 2013 14:34:43 GMT</pubDate>
    <lastBuildDate>Sat, 18 May 2013 14:34:43 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>4</c9:totalResults>
    <c9:pageCount>1</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>No, you&#39;re not crazy, you&#39;re just talking to your Windows Phone 8 app (and this sample shows you how)</title>
      <description><![CDATA[<p>Today's Mobile Monday project is a Windows Phone 8 SDK Sample project that shows off something I've not seen highlighted too often, how you can build in voice and speech into your Windows Phone 8 app's.</p><h2><a href="http://code.msdn.microsoft.com/Alarm-Clock-with-voice-7b749124" target="_blank">Alarm Clock with voice Commands Sample</a></h2><blockquote><p>This sample demonstrates how to manage an alarm by using voice commands.</p><p>The sample demonstrates the basics of the voice commands feature, which is a part of the speech feature for Windows Phone 8. The sample also demonstrates how to use the Alarm class. After the app launches, exit the app to the Start screen and tap and hold the Start button to view and accept the speech privacy policy. You can then use voice commands to set an alarm, turn off the alarm, and so on. A full list of the available voice commands are in the voicecommands.xml file, which is located in the root folder of the app.</p><p>This sample uses the Windows.Phone.Speech.VoiceCommands Windows Phone Runtime API. For more info about the speech feature in Windows Phone 8, see <a href="http://go.microsoft.com/fwlink/?LinkId=270158">Speech for Windows Phone 8</a>.</p></blockquote><p>When you grab the sample and play with it in the Emulator, you long press/click the Start button (the Windows logo on the bottom of the phone, in the middle), accept the speech recognition warning, say the application, &quot;Alarm Clock&quot; and then the commands, &quot;Turn alarm on&quot;, &quot;Turn alarm off&quot; or &quot;Set alarm for [time]&quot;. Being the guy I am, I wasn't saying the application first. No wonder the phone had no clue what I was actually trying to tell it what to do...</p><p><img title="2" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/2%5B2%5D.png" alt="2" width="218" height="364" border="0"><img title="1" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/1%5B2%5D.png" alt="1" width="218" height="364" border="0"><img title="3" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/3%5B2%5D.png" alt="3" width="218" height="364" border="0"><img title="4" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/4%5B2%5D.png" alt="4" width="218" height="364" border="0"></p><p>Not having done any speech recognition app's for Windows Phone 8 before (or any Windows Phone version for that matter), what I really liked was how all the voice commands being listened for were all in one place, in an easily readable layout, in the voicecommands.xml</p><p><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B3%5D-71.png" alt="image" width="386" height="384" border="0"></p><p>The app load's, loads the XML and then setups up an async listening command.</p><p><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B7%5D-29.png" alt="image" width="520" height="201" border="0"></p><p>When a command comes in, it branches based on the command and also shows how easy it is to respond back with speech.</p><p><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B11%5D-40.png" alt="image" width="520" height="324" border="0"></p><p>In short, this shows off just how easy it is to add speech recognition and voice to your app's...</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/voice+recognition/RSS&WT.dl=0&WT.entryid=Entry:RSSView:2ffa682dba204e72b759a11a0137864c">]]></description>
      <comments>http://channel9.msdn.com/coding4fun/blog/No-youre-not-crazy-youre-just-talking-to-your-Windows-Phone-8-app-and-this-sample-shows-you-how</comments>
      <itunes:summary>Today&#39;s Mobile Monday project is a Windows Phone 8 SDK Sample project that shows off something I&#39;ve not seen highlighted too often, how you can build in voice and speech into your Windows Phone 8 app&#39;s. Alarm Clock with voice Commands SampleThis sample demonstrates how to manage an alarm by using voice commands. The sample demonstrates the basics of the voice commands feature, which is a part of the speech feature for Windows Phone 8. The sample also demonstrates how to use the Alarm class. After the app launches, exit the app to the Start screen and tap and hold the Start button to view and accept the speech privacy policy. You can then use voice commands to set an alarm, turn off the alarm, and so on. A full list of the available voice commands are in the voicecommands.xml file, which is located in the root folder of the app. This sample uses the Windows.Phone.Speech.VoiceCommands Windows Phone Runtime API. For more info about the speech feature in Windows Phone 8, see Speech for Windows Phone 8. When you grab the sample and play with it in the Emulator, you long press/click the Start button (the Windows logo on the bottom of the phone, in the middle), accept the speech recognition warning, say the application, &amp;quot;Alarm Clock&amp;quot; and then the commands, &amp;quot;Turn alarm on&amp;quot;, &amp;quot;Turn alarm off&amp;quot; or &amp;quot;Set alarm for [time]&amp;quot;. Being the guy I am, I wasn&#39;t saying the application first. No wonder the phone had no clue what I was actually trying to tell it what to do...  Not having done any speech recognition app&#39;s for Windows Phone 8 before (or any Windows Phone version for that matter), what I really liked was how all the voice commands being listened for were all in one place, in an easily readable layout, in the voicecommands.xml  The app load&#39;s, loads the XML and then setups up an async listening command.  When a command comes in, it branches based on the command and also shows how easy it is to respond back with speech.  In short, this shows</itunes:summary>
      <link>http://channel9.msdn.com/coding4fun/blog/No-youre-not-crazy-youre-just-talking-to-your-Windows-Phone-8-app-and-this-sample-shows-you-how</link>
      <pubDate>Mon, 03 Dec 2012 14:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/coding4fun/blog/No-youre-not-crazy-youre-just-talking-to-your-Windows-Phone-8-app-and-this-sample-shows-you-how</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/eb81bdbe-442f-4bc2-8cc4-fa88b0a85aca.png" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/97a37985-cfa1-4487-8f01-3314bb35d638.png" height="123" width="220"></media:thumbnail>      
      <dc:creator>Greg Duncan</dc:creator>
      <itunes:author>Greg Duncan</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/coding4fun/blog/No-youre-not-crazy-youre-just-talking-to-your-Windows-Phone-8-app-and-this-sample-shows-you-how/RSS</wfw:commentRss>
      <category>Coding4Fun</category>
      <category>voice recognition</category>
      <category>Speech Recognition</category>
      <category>Windows Phone 8</category>
    </item>
  <item>
      <title>Watch What You Shout At the TV - It May Be Able to Hear You</title>
      <description><![CDATA[ <p>As I get older, I find myself shouting more and more at the TV, a bit like I remember my dad doing when I was a kid. Sure, we’re all tempted to yell when watching our favourite team play, or rather, lose on TV but I’ll commentate on the news, dramas, comedies, you name it. Fun for me, but drives my family mad, I’m sure.</p><p>Wouldn’t it be great if this need to continually converse with the TV could be put to good use? &nbsp;Perhaps <a href="http://www.amuletdevices.com/index.php/Features/features.html">Amulet’s new voice controlled remote</a> for Windows Media Center could be the answer? It has a built in microphone which relays your commands over to the PC to control your entertainment. You can select the TV channels you want to watch (“Watch NBC”), or Music to play (&quot;Play U2”), ask the remote what song is playing and get an audio response, and even set TV Programmes to record (“Record ABC Next Tuesday at 7 PM”) all through natural language.</p><p>According to the company, the remote can sense when you’re talking to it, rather than chatting with friends and family, but don’t worry, it won’t feel ignored. Pick the remote up, it listens, lower it, and it stops – simple.</p><p>Amulet Remote Voice Remote for Media Center works with Windows 7 and Windows Vista Media Center and is shipping now. For more, check out Ian Dixon’s<a href="http://www.youtube.com/watch?v=ra0dNND1A8M"> unboxing and review</a> over on You Tube.</p><p>&nbsp;</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/voice+recognition/RSS&WT.dl=0&WT.entryid=Entry:RSSView:7ae4d04e049e483ca2ee9e1b0092b99e">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/Watch-What-You-Shout-At-the-TV-It-May-Be-Able-to-Hear-You</comments>
      <itunes:summary> As I get older, I find myself shouting more and more at the TV, a bit like I remember my dad doing when I was a kid. Sure, we’re all tempted to yell when watching our favourite team play, or rather, lose on TV but I’ll commentate on the news, dramas, comedies, you name it. Fun for me, but drives my family mad, I’m sure. Wouldn’t it be great if this need to continually converse with the TV could be put to good use? &amp;nbsp;Perhaps Amulet’s new voice controlled remote for Windows Media Center could be the answer? It has a built in microphone which relays your commands over to the PC to control your entertainment. You can select the TV channels you want to watch (“Watch NBC”), or Music to play (&amp;quot;Play U2”), ask the remote what song is playing and get an audio response, and even set TV Programmes to record (“Record ABC Next Tuesday at 7 PM”) all through natural language. According to the company, the remote can sense when you’re talking to it, rather than chatting with friends and family, but don’t worry, it won’t feel ignored. Pick the remote up, it listens, lower it, and it stops – simple. Amulet Remote Voice Remote for Media Center works with Windows 7 and Windows Vista Media Center and is shipping now. For more, check out Ian Dixon’s unboxing and review over on You Tube. &amp;nbsp; </itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/Watch-What-You-Shout-At-the-TV-It-May-Be-Able-to-Hear-You</link>
      <pubDate>Tue, 26 Oct 2010 08:55:13 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/Watch-What-You-Shout-At-the-TV-It-May-Be-Able-to-Hear-You</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/a1375567-4839-4ac6-be63-112461d45a0a.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/b7afc98c-dbdb-414a-8077-308cfcfc8416.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/c7412d28-c213-4d43-84f6-9ab384ffbe5a.jpg" height="240" width="320"></media:thumbnail>      
      <dc:creator>Terry Walsh</dc:creator>
      <itunes:author>Terry Walsh</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/coolstuff/Watch-What-You-Shout-At-the-TV-It-May-Be-Able-to-Hear-You/RSS</wfw:commentRss>
      <category>voice recognition</category>
      <category>Windows Media Center</category>
    </item>
  <item>
      <title>Ping 69: Windows Phone 7 adds Voice, Mobile App Match, Bing Taxi, Halo 2600</title>
      <description><![CDATA[In this episode of Ping, Paul &amp; Laura wax poetic about all the stories that have 'Softies chatting:<br /><br /><a shape="rect" href="http://www.itproportal.com/portal/news/article/2010/8/5/microsoft-add-voice-recognition-windows-phone-7/" shape="rect">Voice Recognition to be added to WP7</a><br /><a shape="rect" href="http://www.crn.com/software/226500246" shape="rect">Taxi Fare calculater for Bing</a><br /><a shape="rect" href="http://www.mobileappmatch.com/?fbid=tXux8fPqNHW" shape="rect">Mobile App Match Launched</a><br /><a shape="rect" href="http://70gigapixel.cloudapp.net/" shape="rect">70 GigaPixel Photo Using SilverLight</a><br /><br />AND....<br /><br /><a shape="rect" href="http://members.shaw.ca/jeffv/halo2600.html" shape="rect">Halo 2600!!!</a>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/voice+recognition/RSS&WT.dl=0&WT.entryid=Entry:RSSView:a52f12844fd6493b95009de90186da90">]]></description>
      <comments>http://channel9.msdn.com/Shows/PingShow/Ping-69-Windows-Phone-7-adds-Voice-Mobile-App-Match-Bing-Taxi-Halo-2600</comments>
      <itunes:summary>In this episode of Ping, Paul &amp;amp; Laura wax poetic about all the stories that have &#39;Softies chatting:Voice Recognition to be added to WP7Taxi Fare calculater for BingMobile App Match Launched70 GigaPixel Photo Using SilverLightAND....Halo 2600!!!
</itunes:summary>
      <itunes:duration>910</itunes:duration>
      <link>http://channel9.msdn.com/Shows/PingShow/Ping-69-Windows-Phone-7-adds-Voice-Mobile-App-Match-Bing-Taxi-Halo-2600</link>
      <pubDate>Mon, 09 Aug 2010 19:45:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/PingShow/Ping-69-Windows-Phone-7-adds-Voice-Mobile-App-Match-Bing-Taxi-Halo-2600</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/565521_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/565521_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/5521/565521/ping69_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/5521/565521/ping69_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/5521/565521/ping69_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5521/565521/ping69_2MB_ch9.wmv" expression="full" duration="910" fileSize="243818929" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5521/565521/ping69_ch9.mp3" expression="full" duration="910" fileSize="7284679" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5521/565521/ping69_ch9.mp4" expression="full" duration="910" fileSize="176267186" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5521/565521/ping69_ch9.wma" expression="full" duration="910" fileSize="7367781" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5521/565521/ping69_ch9.wmv" expression="full" duration="910" fileSize="198938891" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/5521/565521/ping69_Zune_ch9.wmv" expression="full" duration="910" fileSize="127962946" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/5521/565521/ping69_ch9.wmv" length="198938891" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Laura Foy</dc:creator>
      <itunes:author>Laura Foy</itunes:author>
      <slash:comments>4</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/PingShow/Ping-69-Windows-Phone-7-adds-Voice-Mobile-App-Match-Bing-Taxi-Halo-2600/RSS</wfw:commentRss>
      <category>Bing</category>
      <category>Halo 2600</category>
      <category>Mobile App Match</category>
      <category>voice recognition</category>
    </item>
  <item>
      <title>Ping 36: Zune, Seth MacFarlane, voice recognition, Impatient Optimists</title>
      <description><![CDATA[Paul drank his funny juice this week and spewed it all over this weeks episode. Here's what people were chatting about:<br /><br /><br /><a href="http://channel9.msdn.com/posts/LauraFoy/Bug-Killer--A-Channel-9-Halloween-special/">Halloween! Bugs! Killers!<br /></a><a shape="rect" href="http://www.gotzune.com/2009/10/the-zune-hds-screen-cant-be-scratched" shape="rect">Take&nbsp;a blade to your Zune</a><br /><a shape="rect" href="http://latimesblogs.latimes.com/entertainmentnewsbuzz/2009/10/seth-macfarlane-is-too-much-for-microsoft-but-south-park-and-two-and-a-half-men-are-no-problem.html" shape="rect">Family Guy not the right fit<br /></a><a shape="rect" href="http://www.microsoft.com/presspass/features/2009/oct09/10-28SpeechRecognition7.mspx?rss_fdn=Top%20Stories" shape="rect">Voice is the new touch</a><br /><a shape="rect" href="http://www.mediabistro.com/fishbowlDC/television/gibson_interviews_the_gates_in_dc_141435.asp" shape="rect">Bill &amp; Melinda Gates: Impatient optimists</a>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/voice+recognition/RSS&WT.dl=0&WT.entryid=Entry:RSSView:6cf9d3227f634de4a0c09deb001e6ea3">]]></description>
      <comments>http://channel9.msdn.com/Shows/PingShow/Ping-36-Zune-Seth-MacFarlane-voice-recognition-Impatient-Optimists</comments>
      <itunes:summary>Paul drank his funny juice this week and spewed it all over this weeks episode. Here&#39;s what people were chatting about:Halloween! Bugs! Killers!Take&amp;nbsp;a blade to your ZuneFamily Guy not the right fitVoice is the new touchBill &amp;amp; Melinda Gates: Impatient optimists
</itunes:summary>
      <itunes:duration>870</itunes:duration>
      <link>http://channel9.msdn.com/Shows/PingShow/Ping-36-Zune-Seth-MacFarlane-voice-recognition-Impatient-Optimists</link>
      <pubDate>Mon, 02 Nov 2009 22:11:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/PingShow/Ping-36-Zune-Seth-MacFarlane-voice-recognition-Impatient-Optimists</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/503796_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/503796_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/6/9/7/3/0/5/Ping36_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/6/9/7/3/0/5/Ping36_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/6/9/7/3/0/5/Ping36_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/9/7/3/0/5/Ping36_2MB_ch9.wmv" expression="full" duration="870" fileSize="245514689" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/9/7/3/0/5/Ping36_ch9.mp3" expression="full" duration="870" fileSize="6962851" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/9/7/3/0/5/Ping36_ch9.mp4" expression="full" duration="870" fileSize="144222762" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/9/7/3/0/5/Ping36_ch9.wma" expression="full" duration="870" fileSize="7046347" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/9/7/3/0/5/Ping36_ch9.wmv" expression="full" duration="870" fileSize="190193707" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/6/9/7/3/0/5/Ping36_Zune_ch9.wmv" expression="full" duration="870" fileSize="172149041" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/6/9/7/3/0/5/Ping36_ch9.wmv" length="190193707" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Laura Foy</dc:creator>
      <itunes:author>Laura Foy</itunes:author>
      <slash:comments>9</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/PingShow/Ping-36-Zune-Seth-MacFarlane-voice-recognition-Impatient-Optimists/RSS</wfw:commentRss>
      <category>Bill Gates</category>
      <category>Seth MacFarlane</category>
      <category>voice recognition</category>
      <category>Zune</category>
    </item>    
</channel>
</rss>