home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / pastalk.zip / CALTEST.PAS next >
Pascal/Delphi Source File  |  1991-04-25  |  162b  |  9 lines

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