<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://gotspeech.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Speech Served Here : Tuning, MSS 2007</title><link>http://gotspeech.net/blogs/btyler/archive/tags/Tuning/MSS+2007/default.aspx</link><description>Tags: Tuning, MSS 2007</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Direct access to audio in the Speech Server 2007 database</title><link>http://gotspeech.net/blogs/btyler/archive/2007/08/31/direct-access-to-audio-in-the-speech-server-2007-database.aspx</link><pubDate>Fri, 31 Aug 2007 14:42:11 GMT</pubDate><guid isPermaLink="false">ee4a8bf5-2c3f-4c6b-ae96-6f68de28010e:3712</guid><dc:creator>brandontyler</dc:creator><slash:comments>0</slash:comments><comments>http://gotspeech.net/blogs/btyler/comments/3712.aspx</comments><wfw:commentRss>http://gotspeech.net/blogs/btyler/commentrss.aspx?PostID=3712</wfw:commentRss><description>&lt;div style="margin:0px 2px;padding-top:1px;background-color:#c3d9ff;"&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="margin:0px 1px;padding-top:1px;background-color:#c3d9ff;"&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="padding:4px;background-color:#c3d9ff;"&gt;&lt;h3 style="margin:0px 3px;font-family:sans-serif;"&gt;Sent to you by Brandon Tyler via Google Reader:&lt;/h3&gt;&lt;/div&gt;&lt;div style="margin:0px 1px;padding-top:1px;background-color:#c3d9ff;"&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="margin:0px 2px;padding-top:1px;background-color:#c3d9ff;"&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="font-family:sans-serif;overflow:auto;width:100%;margin:0px 10px;"&gt;&lt;h2 style="margin:0.25em 0 0 0;"&gt;&lt;div class=""&gt;&lt;a href="http://blogs.msdn.com/spokenword/pages/direct-access-to-audio-in-the-speech-server-2007-database.aspx"&gt;Direct access to audio in the Speech Server 2007 database&lt;/a&gt;&lt;/div&gt;&lt;/h2&gt;&lt;div style="margin-bottom:0.5em;"&gt;via &lt;a href="http://blogs.msdn.com/search/SearchResults.aspx?q=%22Speech+Server%22&amp;amp;o=DateDescending" class="f"&gt;Search results for '&amp;quot;Speech Server&amp;quot;'&lt;/a&gt; by spokenword on Aug 30, 2007&lt;/div&gt;&lt;br style="display:none;"&gt;&lt;p&gt;Here is a sample program that illustrates the principle of extracting a single audio file from the audio tables of an OCS 2007 Speech Server log database. This sample is governed by the Microsoft Permissive License as defined at &lt;a href="http://www.microsoft.com/resources/sharedsource/licensingbasics/permissivelicense.mspx"&gt;http://www.microsoft.com/resources/sharedsource/licensingbasics/permissivelicense.mspx&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;NOTE: you only need to do this if you are interested in accessing session audio (prompts as well as recognitions) outside of the Analytics and Tuning Studio, i.e. you have a need for programmatic access to session audio. Otherwise use Analytics and Tuning Studio to listen to recognition or session audio (see &lt;a href="http://blogs.msdn.com/spokenword/archive/2007/08/30/extracting-session-audio-from-ocs-2007-speech-server-logs.aspx"&gt;here&lt;/a&gt;), or MssContentExtract to extract recognition audio. &lt;/p&gt;&lt;p&gt;As written, the compiled application takes three parameters: &lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&amp;lt;database name on localhost&amp;gt; &lt;br&gt;&amp;lt;audio type: 'prompt' | 'reco'&amp;gt; &lt;br&gt;&amp;lt;DB audio id of the audio data to convert&amp;gt;.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;The result of execution is a wav file of the form: 'reco_id.wav' or 'prompt_id.wav'.&lt;/p&gt;&lt;p&gt;Obviously, generating a single file containing the prompt and reco audio of an entire session requires further work to mix and concatenate the individual wav files that make up the call. &lt;/p&gt;&lt;p&gt;Note: ensure that any projects using this file link to the Speech Server common library (i.e. add the following line to your project file):&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&amp;lt;ItemGroup&amp;gt;&lt;br&gt;    &amp;lt;Reference Include=&amp;quot;Microsoft.SpeechServer.Common, Version=2.0.3400.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL&amp;quot; /&amp;gt;&lt;br&gt;   ...&lt;br&gt;&amp;lt;/ItemGroup&amp;gt;&lt;br&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;div style="margin:0px 2px;padding-top:1px;background-color:#c3d9ff;"&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="margin:0px 1px;padding-top:1px;background-color:#c3d9ff;"&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="padding:4px;background-color:#c3d9ff;"&gt;&lt;h3 style="margin:0px 3px;font-family:sans-serif;"&gt;Things you can do from here:&lt;/h3&gt;&lt;ul style="font-family:sans-serif;"&gt;&lt;li&gt;&lt;div class=""&gt;&lt;a href="http://blogs.msdn.com/spokenword/pages/direct-access-to-audio-in-the-speech-server-2007-database.aspx"&gt;Visit the original item&lt;/a&gt;&lt;/div&gt;on &lt;b&gt;&lt;a href="http://blogs.msdn.com/search/SearchResults.aspx?q=%22Speech+Server%22&amp;amp;o=DateDescending" class=""&gt;Search results for '&amp;quot;Speech Server&amp;quot;'&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.google.com/reader/view/feed%2Fhttp%3A%2F%2Fblogs.msdn.com%2Fsearch%2FSearchrss.aspx%3Fq%3D%2522Speech%2BServer%2522%26o%3DDateDescending?source=email"&gt;Subscribe to Search results for '&amp;quot;Speech Server&amp;quot;'&lt;/a&gt; using &lt;b&gt;Google Reader&lt;/b&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.google.com/reader/?source=email"&gt;Get started using Google Reader&lt;/a&gt; to easily keep up with &lt;b&gt;all your favorite sites&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div style="margin:0px 1px;padding-top:1px;background-color:#c3d9ff;"&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="margin:0px 2px;padding-top:1px;background-color:#c3d9ff;"&gt;&amp;nbsp;&lt;/div&gt;&lt;img src="http://gotspeech.net/aggbug.aspx?PostID=3712" width="1" height="1"&gt;</description><category domain="http://gotspeech.net/blogs/btyler/archive/tags/Tuning/default.aspx">Tuning</category><category domain="http://gotspeech.net/blogs/btyler/archive/tags/MSS+2007/default.aspx">MSS 2007</category></item><item><title>Extracting session audio from OCS 2007 Speech Server logs</title><link>http://gotspeech.net/blogs/btyler/archive/2007/08/31/extracting-session-audio-from-ocs-2007-speech-server-logs.aspx</link><pubDate>Fri, 31 Aug 2007 14:42:08 GMT</pubDate><guid isPermaLink="false">ee4a8bf5-2c3f-4c6b-ae96-6f68de28010e:3711</guid><dc:creator>brandontyler</dc:creator><slash:comments>0</slash:comments><comments>http://gotspeech.net/blogs/btyler/comments/3711.aspx</comments><wfw:commentRss>http://gotspeech.net/blogs/btyler/commentrss.aspx?PostID=3711</wfw:commentRss><description>&lt;div style="margin:0px 2px;padding-top:1px;background-color:#c3d9ff;"&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="margin:0px 1px;padding-top:1px;background-color:#c3d9ff;"&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="padding:4px;background-color:#c3d9ff;"&gt;&lt;h3 style="margin:0px 3px;font-family:sans-serif;"&gt;Sent to you by Brandon Tyler via Google Reader:&lt;/h3&gt;&lt;/div&gt;&lt;div style="margin:0px 1px;padding-top:1px;background-color:#c3d9ff;"&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="margin:0px 2px;padding-top:1px;background-color:#c3d9ff;"&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="font-family:sans-serif;overflow:auto;width:100%;margin:0px 10px;"&gt;&lt;h2 style="margin:0.25em 0 0 0;"&gt;&lt;div class=""&gt;&lt;a href="http://blogs.msdn.com/spokenword/archive/2007/08/30/extracting-session-audio-from-ocs-2007-speech-server-logs.aspx"&gt;Extracting session audio from OCS 2007 Speech Server logs&lt;/a&gt;&lt;/div&gt;&lt;/h2&gt;&lt;div style="margin-bottom:0.5em;"&gt;via &lt;a href="http://blogs.msdn.com/spokenword/default.aspx" class="f"&gt;Working the Spoken Word&lt;/a&gt; by spokenword on Aug 31, 2007&lt;/div&gt;&lt;br style="display:none;"&gt;&lt;p&gt;The ability to extract the audio for an entire call (both prompts and recognitions) from the Speech Server 2007 logs is a really useful feature for a number of analysis and tuning scenarios. Since the topic has surfaced a few times on the Beta newsgroups, here's a summary of how to do it.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;1. Ensure your logging parameters for the server are set (via the Trace Logging tab in the Administration Console) to log &lt;strong&gt;Application Events&lt;/strong&gt; and &lt;strong&gt;All audio for: 100% of calls&lt;/strong&gt;. &lt;/p&gt;&lt;p&gt;2. When you import the log data into the database with the MssLogToDatabase utility, be sure to specify the flag &lt;strong&gt;/audio:session&lt;/strong&gt;.&lt;/p&gt;&lt;p&gt;3. In Analytics and Tuning Studio, connect to the database and in the Session List View or Session Detail View select the call that you want to hear. Hit the &lt;strong&gt;Play Session Audio &lt;/strong&gt;button to play it back using your default .wav player, or hit the &lt;strong&gt;Export Session Audio &lt;/strong&gt;button to export to file. &lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Some notes:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;1. The logging of prompt audio is not available with TIM deployments of Speech Server (i.e. you need to be running a VoIP gateway).&lt;/p&gt;&lt;p&gt;2. The prompt audio as recorded does not take account of any dynamic changes to timing or volume. (So if, for example, the caller accelerated or decelerated playback while the prompt was underway, you won't hear the changes, and you may notice timing mismatches on the concatenated output file. You can check for these cases by looking for the relevant event signalling the prompt rate change in the session details.)&lt;/p&gt;&lt;p&gt;3. Some scenarios may call for access to the audio data in environments outside Analytics and Tuning Studio. For some sample code that illustrates how to extract the audio programmatically from an OCS 2007 database, see &lt;a href="http://blogs.msdn.com/spokenword/pages/direct-access-to-audio-in-the-speech-server-2007-database.aspx"&gt;this article&lt;/a&gt;. (Extracting session audio is not possible with the command line utility MssContentExtract.exe, which be used only for extracting recognition audio.) &lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4657724" width="1" height="1"&gt;&lt;/div&gt;&lt;br&gt;&lt;div style="margin:0px 2px;padding-top:1px;background-color:#c3d9ff;"&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="margin:0px 1px;padding-top:1px;background-color:#c3d9ff;"&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="padding:4px;background-color:#c3d9ff;"&gt;&lt;h3 style="margin:0px 3px;font-family:sans-serif;"&gt;Things you can do from here:&lt;/h3&gt;&lt;ul style="font-family:sans-serif;"&gt;&lt;li&gt;&lt;div class=""&gt;&lt;a href="http://blogs.msdn.com/spokenword/archive/2007/08/30/extracting-session-audio-from-ocs-2007-speech-server-logs.aspx"&gt;Visit the original item&lt;/a&gt;&lt;/div&gt;on &lt;b&gt;&lt;a href="http://blogs.msdn.com/spokenword/default.aspx" class=""&gt;Working the Spoken Word&lt;/a&gt;&lt;/b&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.google.com/reader/view/feed%2Fhttp%3A%2F%2Fblogs.msdn.com%2Fspokenword%2Frss.xml?source=email"&gt;Subscribe to Working the Spoken Word&lt;/a&gt; using &lt;b&gt;Google Reader&lt;/b&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.google.com/reader/?source=email"&gt;Get started using Google Reader&lt;/a&gt; to easily keep up with &lt;b&gt;all your favorite sites&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div style="margin:0px 1px;padding-top:1px;background-color:#c3d9ff;"&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="margin:0px 2px;padding-top:1px;background-color:#c3d9ff;"&gt;&amp;nbsp;&lt;/div&gt;&lt;img src="http://gotspeech.net/aggbug.aspx?PostID=3711" width="1" height="1"&gt;</description><category domain="http://gotspeech.net/blogs/btyler/archive/tags/OCS+2007/default.aspx">OCS 2007</category><category domain="http://gotspeech.net/blogs/btyler/archive/tags/Tuning/default.aspx">Tuning</category><category domain="http://gotspeech.net/blogs/btyler/archive/tags/MSS+2007/default.aspx">MSS 2007</category></item><item><title>ETL File Management and DTS Import Tips</title><link>http://gotspeech.net/blogs/btyler/archive/2007/05/18/etl-file-management-and-dts-import-tips.aspx</link><pubDate>Fri, 18 May 2007 13:56:00 GMT</pubDate><guid isPermaLink="false">ee4a8bf5-2c3f-4c6b-ae96-6f68de28010e:3086</guid><dc:creator>brandontyler</dc:creator><slash:comments>2</slash:comments><comments>http://gotspeech.net/blogs/btyler/comments/3086.aspx</comments><wfw:commentRss>http://gotspeech.net/blogs/btyler/commentrss.aspx?PostID=3086</wfw:commentRss><description>     &lt;div&gt;&lt;span class="697112713-18052007"&gt; &lt;div&gt;&lt;font face="Arial"&gt;&lt;font size="2"&gt;&lt;span class="697112713-18052007"&gt;I have been  working with lots of ETL files lately and thought I would pass on some tips I  have found &lt;a href="http://msdn2.microsoft.com/en-us/library/ms870966.aspx"&gt;in the documentation&lt;/a&gt; (&lt;/span&gt;ETL Files are still around in OCS 2007  Speech Server so this is still applicable&lt;span class="697112713-18052007"&gt;)&lt;/span&gt;:&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="697112713-18052007"&gt;&lt;/span&gt;&lt;span class="697112713-18052007"&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&lt;span class="697112713-18052007"&gt;&lt;i&gt;Compress .etl files to the Zip Archive  file format. By their nature, .etl files contain a lot of repetitive content,  which makes file compression very effective. Compressing .etl files to the ZIP  format will both cut disk space usage and reduce the network bandwidth needed  when copying files to other computers as described in the following  bullets.&lt;/i&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&lt;span class="697112713-18052007"&gt;&lt;font face="Arial" size="2"&gt;Before you FTP those  ETL files from the customers site zip them up!&amp;nbsp; It will save you  time.&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="697112713-18052007"&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&lt;i&gt;Configure Microsoft Speech  Server (MSS) to write .etl files out to a  local drive on the MSS computer. It is preferred that  this drive be separate from both MSS and the operating  system. There are two issues here. First, if the operating system drive gets  full MSS won't have enough space, which might actually  cause calls to fail. Second, logging to a local drive is more efficient. Runtime  performance of Enterprise Instrumentation Framework (EIF), and therefore  MSS, will suffer if the server has to write all the log  file events to .etl files across a network.&lt;/i&gt;&lt;/div&gt; &lt;div&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&lt;font face="Arial" size="2"&gt;&lt;span class="697112713-18052007"&gt;These ETL files get  very large.&amp;nbsp; Set aside a large drive just for the ETL files and make sure  it has a fast write speed.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt; &lt;div&gt;&lt;font face="Arial" size="2"&gt;&lt;span class="697112713-18052007"&gt;&lt;/span&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&lt;font&gt;&lt;span class="697112713-18052007"&gt;&lt;i&gt;Importing .etl files to the SQL  database directly from the MSS computer may impact  MSS performance. To avoid this, before importing .etl  files, copy them to a computer other than the MSS  computer. To minimize performance impact, the copy operation should be performed  off-hours; and by a low priority scheduled task. In order to give the  MSS computer control over the task priority, the task  must run on the MSS computer. In other words, the  MSS computer should push the files onto the destination  computer using a low priority scheduled task.&lt;/i&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt; &lt;div&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&lt;font face="Arial" size="2"&gt;&lt;span class="697112713-18052007"&gt;Most customers I  have seen do this.&amp;nbsp; I like the thought of having the MSS computer  controlling the transferring of the files so that it does not affect  performance.&amp;nbsp;Try to transfer them to the SQL Server computer that will be  performing the DTS transfer.&amp;nbsp; When the DTS processes is running it is  importing the call data from files that are local and not over a  network.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt; &lt;div&gt;&lt;font face="Arial" size="2"&gt;&lt;span class="697112713-18052007"&gt;&lt;/span&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&lt;font&gt;&lt;span class="697112713-18052007"&gt;&lt;i&gt;&lt;font face="Arial" size="2"&gt;Users  should choose filters with the smallest number of events possible to meet their  needs. If users import audio and all events, the import can take an extremely  long time. &lt;/font&gt;&lt;/i&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;font&gt; &lt;/font&gt;&lt;div&gt;&lt;font&gt;&lt;i&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&lt;/i&gt;&amp;nbsp;&lt;/font&gt;&lt;/div&gt;&lt;font&gt; &lt;/font&gt;&lt;div&gt;&lt;font&gt;&lt;font face="Arial"&gt;&lt;font size="2"&gt;&lt;span class="697112713-18052007"&gt;You don't  always need all the events do you?&amp;nbsp; Try filtering just these 4 events:  &lt;/span&gt;QASummaryEvent&lt;span class="697112713-18052007"&gt;,&amp;nbsp;&lt;/span&gt;CallStartedEvent&lt;span class="697112713-18052007"&gt;, &lt;/span&gt;CallEndedEvent&lt;span class="697112713-18052007"&gt;,  and &lt;/span&gt;CallRejectedEvent&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;img src="http://gotspeech.net/aggbug.aspx?PostID=3086" width="1" height="1"&gt;</description><category domain="http://gotspeech.net/blogs/btyler/archive/tags/Tuning/default.aspx">Tuning</category><category domain="http://gotspeech.net/blogs/btyler/archive/tags/MSS+2004/default.aspx">MSS 2004</category><category domain="http://gotspeech.net/blogs/btyler/archive/tags/MSS+2007/default.aspx">MSS 2007</category><category domain="http://gotspeech.net/blogs/btyler/archive/tags/ETLs/default.aspx">ETLs</category><category domain="http://gotspeech.net/blogs/btyler/archive/tags/DTS/default.aspx">DTS</category></item><item><title>GotSpeech.Net Podcast Show #2 Tuning</title><link>http://gotspeech.net/blogs/btyler/archive/2006/05/09/gotspeech-net-podcast-show-2-tuning.aspx</link><pubDate>Tue, 09 May 2006 20:57:00 GMT</pubDate><guid isPermaLink="false">ee4a8bf5-2c3f-4c6b-ae96-6f68de28010e:562</guid><dc:creator>brandontyler</dc:creator><slash:comments>3</slash:comments><comments>http://gotspeech.net/blogs/btyler/comments/562.aspx</comments><wfw:commentRss>http://gotspeech.net/blogs/btyler/commentrss.aspx?PostID=562</wfw:commentRss><description>&lt;p&gt;&lt;font size="3"&gt;The show:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Hosts (&lt;a href="http://gotspeech.net/members/brandontyler.aspx"&gt;brandontyler&lt;/a&gt; and &lt;a href="http://gotspeech.net/members/csharprox.aspx"&gt;csharprox&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Special Guest: Lisa Frazier VUI Usability and Tuning Expert&lt;/p&gt;
&lt;p&gt;Sorry, someone won the T-Shirt! I don't have anymore.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font size="3"&gt;Get the &lt;a href="http://en.wikipedia.org/wiki/Blogcast"&gt;podcast&lt;/a&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;[&lt;a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=145008477&amp;amp;s=143441&amp;amp;i=4261665"&gt;iTunes&lt;/a&gt;] Subscribe to the Podcast directly in iTunes (MP3).&lt;/p&gt;
&lt;p&gt;[&lt;a href="http://gotspeech.net/blogs/btyler/rss.aspx?CategoryID=1002"&gt;RSS&lt;/a&gt;] Add the GotSpeech.Net Podcast feed to your RSS aggregator and have the show delivered automatically (MP3).&lt;/p&gt;
&lt;p&gt;[&lt;a href="http://gotspeech.net/files/storage/Show002Tuning.mp3"&gt;MP3&lt;/a&gt;] Download the show (MP3).&lt;/p&gt;
&lt;p&gt;Format:&lt;/p&gt;
&lt;p&gt;18:06, 16.5Mb, MP3&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font size="3"&gt;Link dump (links to things we mention in this episode):&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/presspass/press/2006/apr06/04-05MSS07BetaPR.mspx"&gt;Speech Server 2007 Announced&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/spokenword/archive/2006/04/19/579400.aspx"&gt;Speech Server 2007 Analytics Tools - a preview&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;MSDN Doc: &lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/SASDK_UserManual/html/UM_design_LifeCycle_Maintenance.asp?frame=true"&gt;The Maintenance and Tuning Phase&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;MSDN Technical Article: &lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/SASDK_UserManual/html/UM_design_LifeCycle_Maintenance.asp"&gt;Log Analysis and Tuning with Microsoft Speech Server 2004&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And of course I had to release my podcast on the same day &lt;a href="http://www.bungie.net/News/TopStory.aspx?link=Halo3Announcement"&gt;Microsoft announced HALO 3&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.bungie.net/News/TopStory.aspx?link=Halo3Announcement"&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://gotspeech.net/files/storage/Show002Tuning.mp3"&gt;&lt;strong&gt;&lt;font size="3"&gt;&lt;a href="http://gotspeech.net/files/storage/Show002Tuning.mp3"&gt;LISTEN MP3&lt;/a&gt;&lt;br&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Technorati Tags: &lt;a href="http://technorati.com/tag/Microsoft+Speech+Server" rel="tag"&gt;Microsoft Speech Server&lt;/a&gt;&lt;/p&gt;&lt;img src="http://gotspeech.net/aggbug.aspx?PostID=562" width="1" height="1"&gt;</description><enclosure url="http://gotspeech.net/files/storage/Show002Tuning.mp3" length="17381021" type="audio/mpeg" /><category domain="http://gotspeech.net/blogs/btyler/archive/tags/Podcasts/default.aspx">Podcasts</category><category domain="http://gotspeech.net/blogs/btyler/archive/tags/Tuning/default.aspx">Tuning</category><category domain="http://gotspeech.net/blogs/btyler/archive/tags/VUI/default.aspx">VUI</category><category domain="http://gotspeech.net/blogs/btyler/archive/tags/MSS+2007/default.aspx">MSS 2007</category></item></channel></rss>