home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d8xx / d807 / voicecode.lha / VoiceCode / C_Code / readme < prev    next >
Text File  |  1993-01-24  |  2KB  |  47 lines

  1.  
  2.          Use of voice.library from C   29th December 1992
  3.          ---------------------------
  4.  
  5. This archive contains a number of files to enable the use of Richard Horne's
  6. voice.library from C (and BASIC):
  7.  
  8.    voice.o     - C stubs to move parameters from the stack to 
  9.            registers and call the correct voice.library function.
  10.            This must be linked to any C program which uses voice 
  11.            library functions (eg: cc thing.c voice.o -o thing).
  12.  
  13.    voice_lib.fd   - The function description file prepared from the
  14.            voice.library documentation and used to create 
  15.            voice.o with genstubs (from the ZC archive). 
  16.  
  17.            It was also used to create a .bmap file for BASIC 
  18.            programs (with convertFD from the 1.3 Extras disk 
  19.            in the BasicDemos drawer). 
  20.  
  21.    voice.h     - The header file which should be included in any
  22.            C program which uses voice.library functions.
  23.            Note that the function protos in this header file
  24.            are in K&R, not ANSI format.
  25.  
  26.    learn.c 
  27.    recog.c     - Two C programs which demonstrate the use of 
  28.            voice.library from C.
  29.  
  30.    voice.bmap  - The only file needed by BASIC programmers (apart
  31.            from voice.library of course :). 
  32.  
  33. See also the comments in voice.h and the two C programs.
  34.  
  35. The files in this archive may be freely distributed.
  36.  
  37. Many thanks to Richard Horne for his excellent work on voice.library!
  38.  
  39. Regards, 
  40.  
  41. David Benn
  42. Launceston, Tasmania
  43.  
  44.   Internet: dbenn@leven.appcomp.utas.edu.au
  45.   Compuserve: 100033,605
  46.  
  47.