home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / sound / talker / caltest.pas next >
Encoding:
Pascal/Delphi Source File  |  1989-04-23  |  153 b   |  9 lines

  1. program caltest;
  2. uses speech;
  3. var StartSpeed:word;
  4. begin
  5.   writeln;
  6.   CalibrateSpeech(true);
  7.   speak('   aw-ah-ah-ah th-ae-t-s b-eh-t-r');
  8. end.
  9.