home *** CD-ROM | disk | FTP | other *** search
/ Dave Lowe: S5 Stereo Sound Sampler / Lowe_S5StereoSoundSampler.adf / Progs / C / ReadThis < prev    next >
Encoding:
Text File  |  1986-12-10  |  745 b   |  27 lines

  1. About the files here ...
  2.  
  3. S5INTER.ASM is the source for an interface module that would be linked with
  4. your application program.
  5.  
  6. e.g.
  7.  
  8. ALINK FROM LSTARTUP.OBJ+APPLIPROG.O+S5INTER.OBJ LIBRARY LC.LIB+AMIGA.LIB
  9. TO APPLIPROG
  10.  
  11.  
  12. Demo1.c is a simple sound file player. To use it, try ...
  13.  
  14.  
  15. demo1 fx/how.nice.sop2 fx/aardvark.sop2
  16.  
  17. The parameters are filenames. The program uses the S5Player() routine, which
  18. first tries IFF format, and if this fails tries SOP2 then SOP3 formats.
  19. If the file cannot be opened, an error will be reported.
  20.  
  21. lp.c is a simple fast memory record/playback system. You will need some
  22. FAST memory to be able to run it.
  23. e.g. witha Comspec 2MB RAM pack, mono samples of 200s are possible.
  24.  
  25.                                   -o-
  26.  
  27.