Speech Synthesis And Speech Recognition
---------------------------------------

by Brian Long (http://www.blong.com)

These files accompany my talk on speech synthesis and speech recognition using
the Microsoft Speech API (SAPI 5.1).

To install SAPI 5.1, download it from:
http://www.microsoft.com/speech/download/SDK51

The files in this archive consist of:

Slides\SAPI.ppt -
  PowerPoint slideshow

Delphi 6 Package\DCLSAPI51D6.dpk -
  Design-time component registration package for Delphi 6 (Delphi 6 has a type
  library import bug that prevents SAPI 5.1 from being imported correctly
  (the event parameters will be wrong).
  Load the package into Delphi 6 and press the Install button on the package editor window.

Delphi 5 Package\DCLSAPI51D5.dpk -
  Design-time component registration package for Delphi 5.
  Load the package into Delphi 5 and press the Install button on the package editor window.

Speech Synthesis\TTS.dpr -
  Text to speech example

Speech Recognition\SRD.dpr -
  Speech recognition (Dictation)

Speech Recognition\SRCnC.dpr -
  Speech recognition (Command & Control)
