 |
 |
| VSLive! San Francisco |
|
Hear Bill Gates launch Microsoft® Speech Server 2004 this March at VSLive! Gates will talk about his
vision for speech at the opening keynote address. He will be joined by Dr. Kai-Fu Lee, Vice President for
Microsoft Speech Technologies, who will discuss Microsoft Speech Server and showcase speech applications
currently running on MSS. VSLive! and AVIOS~SpeechTEK have teamed up to co-locate their events this year in
San Francisco, March 23-26. Get more
information about this event and register today!
Microsoft Speech Server 2004 would like to thank its sponsoring launch partners:
| Premier Sponsors | Priority Sponsors |
| Intel | CYGCOM Integrated Technologies |
| Intervoice | Datria Systems |
| Scansoft | Gold Systems |
| | Metaphor Solutions Inc. |
For more information about any of the sponsoring companies, go to http://www.msspeechpartners.com/speechtech/partner/.
|
| |
 |
| |
|
Learn more about Microsoft Speech Technologies and tools by attending our free Web seminar series. Seminars take place once or sometimes twice a month.
Out next sessions are:
 |
| VUI |
Gold Systems |
Feb 9 - Feb 13, 2004 |
Boulder, CO |
| SDK |
DevelopMentor |
Feb 23 - Feb 27, 2004 |
Dallas, TX |
| SDK |
Intervoice Learning Center |
Mar 29 - Apr 2, 2004 |
Dallas, TX |
| SDK |
Intervoice Learning Center |
Apr 26 - Apr 30, 2004 |
Dallas, TX |
| VUI |
Gold Systems |
Apr 26 - Apr 30, 2004 |
Boulder, CO |
| SDK |
Intervoice Learning Center |
May 17 - May 21, 2004 |
Orlando, FL |
| SDK |
DevelopMentor |
May 24 - May 27, 2004 |
San Diego, CA |
| SDK |
Intervoice Learning Center |
Jun 21 - Jun 25, 2004 |
Dallas, TX |
| VUI |
Gold Systems |
Jun 21 - Jun 25, 2004 |
Boulder, CO |
|
 |
If you are a partner or beta participant, please log in to sign up for courses.
|
 |
| |
|
From business perspectives on the speech technology industry to best practices for speech development, find information from the experts in this issue's feature article.
Packaged Speech Applications: Out-of-the-Box Voice Solutions Benefit Developers... and Your Customers
By Michael A. Segura, Intervoice Incorporated
Can a packaged speech application help boost the value of your market offering? If you develop enterprise solutions-including Web, IVR, ERP, or CRM applications-the answer may be a resounding "yes." Learn more about the elements and advantages of packaged speech applications in this month's feature article.
|
| |
 |
| |
|
Get Your Free Microsoft Speech Application SDK (SASDK) Beta 3 Today!
The latest release of the Microsoft Speech Application SDK is now available. You will find significant enhancements in the Beta 3 version, including:
- New Speech Control and Grammar Editor features
- Revised and expanded speech debugging tools
- Support for Pocket PCs
- Even more sample code and documentation
Order now!
Increase Your Expertise in Speech Technologies
Creating powerful, robust, and well-designed speech applications can be challenging, yet the payback is tremendous. Instead of spending months in trial-and-error development, sign up for our high-powered training courses to gain in-depth knowledge of the technologies involved, and tips and tricks and best practices for building outstanding speech applications.
View course descriptions and register for courses.
If you are a partner or beta participant, please log in to sign up for courses.
Partner login
Beta login
Not a partner? Visit the Partner Program site http://www.msspeechpartners.com/speechtech/partner/ to get more details and sign up.
Microsoft Speech Partner Program
Become our partner today! The Microsoft Speech Partner program is designed to provide increased revenue and profit opportunities for new and existing partners interested in developing, deploying, and reselling Microsoft Speech Server solutions. The Microsoft Speech Partner Program will enable new business opportunities for companies such as telephony value-added resellers and distributors, systems integrators, Web developers, and independent software vendors.
Visit the Partner Program site for details http://www.msspeechpartners.com/speechtech/partner/ and apply to the program today.
|
 |
| |
|
Learn more about Microsoft Speech Technologies and meet members of the Microsoft Speech Technologies team at an upcoming industry event:
VSLive! San Francisco March 24-27, 2004 - San Francisco, CA.
VSLive! will surpass your expectations, with more content and more events in one place than any other Microsoft Visual Studio® event. The San Francisco event co-locates with two more pragmatic, no-nonsense conferences: Microsoft Mobile DevCon and AVIOS~SpeechTEK.
The result: our largest assembly of sessions, workshops, speakers, sponsors, and exhibitors ever in one place, at one time, and for one ticket.
Get more event details at http://www.microsoft.com/speech/techinfo/events/.
|
| |
 |
| |
|
Participate in the Microsoft Speech Public Newsgroup
Don't have time to attend a trade show or webcast? Visit our public newsgroup dedicated to discussing and answering your questions about Microsoft Speech Technologies. Visit us at: Microsoft.public.netspeechsdk
|
| |
 |
| |
|
Debugging Server and Client-Side Code at the Same Time
Problem Description
Microsoft Speech Server applications employ both server-side and client-side code, which means you need to be able to debug code on both sides. By default, only client-side debugging is available. Other procedures have been documented that allow you to debug server-side code, but once you follow these steps you can't debug client-side code. So you're forced to use one or the other, while what you really need is to do both: client-side and server-side debugging, in the same debugger at the same time.
Solution
- From Visual Studio .NET, create a speech application using the 'Speech Web Application' template
- Select the speech project node in the Solution Explorer window.
- Right-click and select Properties.
- In the left pane, select Configuration Properties and then Debugging.
- Keep the Debug Mode set to Program.
- Clear out the command line arguments (delete 'http://localhost/yourproject/default.aspx').
- Ensure that Always Use Internet Explorer is set to false.
- Click OK to close the dialog box.
- Set up breakpoints in the code-behind.
- Add the script command 'debugger' to .js and .pf files.
If you start debugging using the F5 key from Visual Studio .NET, TASim.exe (the Telephony Application Simulator) will be launched. But because the Telephony Application Simulator does not have the application URL, it will wait for the application URL. This will give you an opportunity to attach to aspnet_wp.exe or w3sp.exe (the name will vary depending on which version of Microsoft Internet Information Services you are running), as follows: Enter the application URL in the Telephony Application Simulator. Before you click the OK button in the 'Open Start Page' dialog, switch to Visual Studio .NET. From the Debug menu, select Processes. In the Processes window, attach to aspnet_wp.exe or w3wp.exe. Then switch back to the Telephony Application Simulator, and click the OK button.
The debugger will stop at breakpoints in the code-behind first, because the debugger is attached to aspnet_wp.exe or w3wp.exe. Once the page is rendered to the Telephony Application Simulator, the debugger will stop at the script command 'debugger' in the client-side code as well. This is because by default, the debugger is attached to the Telephony Application Simulator, which was set up by the 'Speech Web Application' template.
* February Tips and Tricks are provided by Zhan Ding, Support Engineer from the Microsoft Speech Development team. Look for new Tips and Tricks each month from the Microsoft Speech Development team.
|
|
 |
 |
To cancel your subscription to this newsletter, click here, send an unsubscribe e-mail to specnews@microsoft.com, or reply to this message with the word UNSUBSCRIBE in the Subject line.
THIS DOCUMENT AND OTHER DOCUMENTS PROVIDED PURSUANT TO THIS PROGRAM ARE FOR INFORMATIONAL PURPOSES ONLY. The information type should not be interpreted to be a commitment on the part of Microsoft and Microsoft cannot guarantee the accuracy of any information presented after the date of publication. INFORMATION PROVIDED IN THIS DOCUMENT IS PROVIDED 'AS IS' WITHOUT WARRANTY OF ANY KIND. The user assumes the entire risk as to the accuracy and the use of this document. Microsoft.com newsletter e-mail may be copied and distributed subject to the following conditions:
- All text must be copied without modification and all pages must be included
- All copies must contain Microsoft's copyright notice and any other notices provided therein
- This document may not be distributed for profit
© 2004 Microsoft Corporation. All rights reserved. Microsoft, MSDN, Visual Studio, and Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. The names of actual companies and products mentioned herein may be the trademarks of their respective owners.
|
 |
|