home *** CD-ROM | disk | FTP | other *** search
/ Developing for Microsoft …tive Animated Characters / DEV_AGENTA.ISO / ReadMe.txt < prev    next >
Text File  |  1997-10-20  |  9KB  |  170 lines

  1. ___________________________________________________________________
  2.  
  3.                       Companion Disc Readme
  4.                                for
  5.  
  6.                   Developing for Microsoft Agent
  7.  
  8.  
  9.             Copyright (c) 1998 by Microsoft Corporation
  10.                        All Rights Reserved
  11. ___________________________________________________________________
  12.  
  13. README CONTENTS
  14.  - SYSTEM REQUIREMENTS
  15.  - WHAT'S ON THIS CD?
  16.  - HOW TO USE THE CD
  17.  - SUPPORT INFORMATION
  18.    - Microsoft Press support information
  19.    - Microsoft Agent support 
  20.  
  21.  
  22. System Requirements
  23. =============================== 
  24.  
  25. Windows 95 or Windows NT« 4.00(x86) 
  26. Internet Explorer version 3.0 or later 
  27. A Pentium 100 MHz PC (or faster) 
  28. At least 16 MB of RAM 
  29. At least 661 KB free disk space for the Microsoft Agent control, plus at least 1.26 MB if you plan to use speech output, and an additional 6.68 MB if you plan to use speech input 
  30. A Windows-compatible sound card 
  31. A compatible set of speakers and microphone (recommended) 
  32. End-User License Agreement: 
  33.  
  34. You'll need to read and agree to the terms of the end-user license agreement in Appendix E before using Microsoft Agent. A copy of this agreement is downloaded with the Microsoft Agent control. 
  35.  
  36.  
  37. What's On This CD
  38. =================================
  39. * Microsoft Agent Control
  40. * Microsoft Agent Character Files
  41. * Microsoft Agent Character Editor
  42. * Lernout & Hauspie« TruVoice text-to-speech engine
  43. * Microsoft Command and Control Speech Engine, version 3
  44. * Microsoft Agent Linguistic Information Sound Editing Tool
  45. * Microsoft Agent Visual Basic«, HTML, Visual C++« and Java code samples
  46.  
  47. How to Use the CD
  48. =================================
  49. Agent control (US version only) 
  50.  - To install the Agent control, follow these steps:
  51.       1. On the taskbar at the bottom of your screen, click the Start button, and then 
  52.          click Run.
  53.       2. Type D:\msagent.exe (or, if your CD-ROM drive uses a drive letter other 
  54.           than "d," substitute the correct drive letter).
  55.       3. Click OK, and then follow the directions on the screen to install.
  56.  
  57. ~~~~~~~~~~~~~
  58. Three character files in the .ACS format -- \Genie.acs, \Merlin.acs, and \Robby.acs
  59.   The .ACS format is used when the characters are stored locally and are compiled as part of a single file.  These files need to be copied to a folder named characters under the folder where you installed agent (by default this is \program files\microsoft agent\). 
  60.  
  61. ~~~~~~~~~~~~~
  62. Microsoft Agent Character Editor (.EXE file, 709 KB)
  63. - To install the Agent Character Editor, follow these steps:
  64.       1. On the taskbar at the bottom of your screen, click the Start button, and then 
  65.          click Run.
  66.       2. Type D:\editor\ace.exe (or, if your CD-ROM drive uses a drive letter other 
  67.           than "d," substitute the correct drive letter).
  68.       3. Click OK, and then follow the directions on the screen to install.    
  69. At this time only U.S. English speech engines are available from Microsoft. However, SAPI-compliant engines for other languages may be available from third parties. The \Links folder contains a link to Microsoft's Speech Engine Support Requirements site as spchreq.htm. The \Links folder also contains a link to the Speech recognition research Web page at Microsoft.com (as Speech.htm).
  70.  
  71. ~~~~~~~~~~~~~
  72. Lernout & Hauspie« TruVoice text-to-speech engine (.EXE file, 833 KB)
  73.  - To install the TruVoice text-to-speech engine, follow these steps:
  74.       1. On the taskbar at the bottom of your screen, click the Start button, and then 
  75.          click Run.
  76.       2. Type D:\voice\fromtext\cgram.exe (or, if your CD-ROM drive uses a drive letter other 
  77.           than "d," substitute the correct drive letter).
  78.       3. Click OK, and then follow the directions on the screen to install. 
  79.  
  80. ~~~~~~~~~~~~~
  81. Microsoft Command and Control Speech Engine, version 3 (.EXE file, 3.15 MB)
  82.  - To install the Command and Control Speech Engine, follow these steps:
  83.       1. On the taskbar at the bottom of your screen, click the Start button, and then 
  84.          click Run.
  85.       2. Type D:\voice\engine\actcnc.exe (or, if your CD-ROM drive uses a drive letter other 
  86.           than "d," substitute the correct drive letter).
  87.       3. Click OK, and then follow the directions on the screen to install. 
  88.  
  89. ~~~~~~~~~~~~~
  90. The Linguistic Information Sound Editing Tool enables you to generate phoneme and word-break information for enhancing sound (.WAV) files to support high-quality lip-synching character animation. 
  91.  
  92. Microsoft Agent Linguistic Information Sound Editing Tool (.EXE file, 2.9 MB)
  93. Requires a microphone and sound card.
  94.  - To install the Agent Linguistic Information Sound Editing Tool, follow these steps:
  95.       1. On the taskbar at the bottom of your screen, click the Start button, and then 
  96.          click Run.
  97.       2. Type D:\voice\editor\liset.exe (or, if your CD-ROM drive uses a drive letter other 
  98.           than "d," substitute the correct drive letter).
  99.       3. Click OK, and then follow the directions on the screen to install. 
  100.  
  101. ~~~~~~~~~~~~~
  102. Sample Code
  103.  
  104. Microsoft Agent Visual Basic«, Visual C++« and Java code samples are found in the \Examples folder, as is the Overview.HTM page, which provides an overview of the Agent technology presented by the three Microsoft agents.  The include files for the code samples can be found in the \Examples\Include folder on the companion CD. These examples all require a connection to the World Wide Web and the \\www.microsoft.com site to function. To run the following examples, you must first copy the character files to the folder \Program Files\Microsoft Agent\Characters.
  105.  
  106. Each sample includes a Readme.txt file with further instructions for building and running the sample. The instructions assume that you are using Microsoft Visual Basic«, Microsoft Visual C++«, or Microsoft Visual J++, as appropriate.
  107.  
  108. *Visual Basic Sample (\Examples\VB) Visual Basic 5.0 required.
  109. -Hello World Visual Basic Sample 
  110. -Instructions for installing and running the sample are included in its readme document. These  instructions assume that you are using Microsoft« Visual Basic«. You will be instructed to  install Microsoft Agent and the character data files to build and run the sample.
  111.  
  112. *HTML Samples (\Examples\Html)
  113. -Hello World HTML/VBScript sample 
  114. -Hello World 2 Html Sample -- Illustrates Hello World with AgentNotifySink. Demonstrates how to  receive Agent events in HTML/VBScript. 
  115. -Hello World 3 Html Sample -- Illustrates Hello World with AgentNotifySink and two characters.  Demonstrates how to use Agent events to coordinate multiple characters in HTML/VBScript.
  116.  
  117. *Visual C++ Samples (\Examples\C) Visual C++ 5.0 required.
  118. -Instructions for installing and running the sample are included in its readme document. These  instructions assume that you are using Microsoft Visual C++«. You will be instructed to install  Microsoft Agent, the Microsoft Agent Include files, and the character data files to build and  run the samples.
  119. -Hello World C++ Sample 
  120. -Hello World 2 C++ Sample -- Illustrates Hello World with AgentNotifySink. Demonstrates how to    receive Agent events in C++. 
  121. -Hello World 3 C++ Sample -- Illustrates Hello World with AgentNotifySink and two characters.     Demonstrates how to use Agent events to coordinate multiple characters in C++.  
  122.  
  123. *Java Samples (\Examples\Java) Visual J++ 1.1 required.
  124. -Hello World Java Sample 
  125. -Instructions for installing and running the sample are included in its readme document. These   instructions assume that you are using Microsoft Visual J++. You will be instructed to install   Microsoft Agent and the character data files to build and run the samples.
  126. -Hello World 2 Java Sample -- Illustrates Hello World with AgentNotifySink. Demonstrates how to   receive Agent events in Java.
  127. -Hello World 3 Java Sample -- Illustrates Hello World with AgentNotifySink and two characters.   Demonstrates how to use Agent events to coordinate multiple characters in Java. 
  128.  
  129. *Goodbye World sample (Examples\Html) -- Demonstrates the use of voice input.
  130.   Requires a microphone and sound card.
  131.  
  132. SUPPORT INFORMATION
  133. ===================
  134.  
  135. Microsoft Press support information
  136. -----------------------------------
  137. Every effort has been made to ensure the accuracy of the book
  138. and the contents of this companion disc. Microsoft Press
  139. provides corrections for books through the World Wide Web at
  140.  
  141.      http://mspress.microsoft.com/mspress/support/
  142.  
  143. If you have comments, questions, or ideas regarding the book or
  144. this companion disc, please send them to Microsoft Press via 
  145. e-mail to:
  146.  
  147.     MSPINPUT@MICROSOFT.COM
  148.  
  149. or via postal mail to:
  150.  
  151.     Microsoft Press
  152.     Attn:  Developing for Microsoft Agent Editor
  153.     One Microsoft Way
  154.     Redmond, WA  98052-6399
  155.  
  156. Please note that product support is not offered through the
  157. above addresses. 
  158.  
  159. Developing for Microsoft Agent Support
  160. --------------------------------------
  161.  
  162. For support information regarding Developing for Microsoft Agent, you can
  163. connect to Microsoft Agent Support on the Web at:
  164.  
  165.     http://www.microsoft.com/workshop/prog/agent/
  166.  
  167.  
  168.  
  169.    
  170.