home *** CD-ROM | disk | FTP | other *** search
- About the files here ...
-
- S5INTER.ASM is the source for an interface module that would be linked with
- your application program.
-
- e.g.
-
- ALINK FROM LSTARTUP.OBJ+APPLIPROG.O+S5INTER.OBJ LIBRARY LC.LIB+AMIGA.LIB
- TO APPLIPROG
-
-
- Demo1.c is a simple sound file player. To use it, try ...
-
-
- demo1 fx/how.nice.sop2 fx/aardvark.sop2
-
- The parameters are filenames. The program uses the S5Player() routine, which
- first tries IFF format, and if this fails tries SOP2 then SOP3 formats.
- If the file cannot be opened, an error will be reported.
-
- lp.c is a simple fast memory record/playback system. You will need some
- FAST memory to be able to run it.
- e.g. witha Comspec 2MB RAM pack, mono samples of 200s are possible.
-
- -o-
-
-