home *** CD-ROM | disk | FTP | other *** search
-
- Use of voice.library from C 29th December 1992
- ---------------------------
-
- This archive contains a number of files to enable the use of Richard Horne's
- voice.library from C (and BASIC):
-
- voice.o - C stubs to move parameters from the stack to
- registers and call the correct voice.library function.
- This must be linked to any C program which uses voice
- library functions (eg: cc thing.c voice.o -o thing).
-
- voice_lib.fd - The function description file prepared from the
- voice.library documentation and used to create
- voice.o with genstubs (from the ZC archive).
-
- It was also used to create a .bmap file for BASIC
- programs (with convertFD from the 1.3 Extras disk
- in the BasicDemos drawer).
-
- voice.h - The header file which should be included in any
- C program which uses voice.library functions.
- Note that the function protos in this header file
- are in K&R, not ANSI format.
-
- learn.c
- recog.c - Two C programs which demonstrate the use of
- voice.library from C.
-
- voice.bmap - The only file needed by BASIC programmers (apart
- from voice.library of course :).
-
- See also the comments in voice.h and the two C programs.
-
- The files in this archive may be freely distributed.
-
- Many thanks to Richard Horne for his excellent work on voice.library!
-
- Regards,
-
- David Benn
- Launceston, Tasmania
-
- Internet: dbenn@leven.appcomp.utas.edu.au
- Compuserve: 100033,605
-
-