home *** CD-ROM | disk | FTP | other *** search
/ Really Useful CD 1 / ReallyUsefulCD1.iso / extras / progutils / speechlib / c / testspeech
Encoding:
Text File  |  1991-06-10  |  133 b   |  10 lines

  1. #include "speech.h"
  2.  
  3. int main(void)
  4. {
  5.  char text[]="Hello this is speech working from,AY,see program";
  6.  
  7.  speech_say((int)&text);
  8.  
  9. }
  10.