home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 120.lha / Muncho2 / readme < prev    next >
Text File  |  1986-11-21  |  1KB  |  43 lines

  1.  
  2.     Another version of munch...
  3.     Shares the audio device.  Source code included.  (Please
  4.     forgive that I'm still using a stone-age version of
  5.     Lattice -- 3.03)
  6.  
  7.     Sound data files are in FutureSound non-IFF format.  That's
  8.     a binary file which looks like:
  9.  
  10.         ULONG sound data length
  11.         UWORD rate
  12.         data
  13.  
  14.     The period can be derived from the rate: 
  15.  
  16.         period = 3579545/rate
  17.  
  18.     A look at soundobj.c should explain the data format.
  19.  
  20.  
  21.     There are 4 sound samples included.  crunch, sneeze, boing,
  22.     and boing2.  To run the program:
  23.  
  24.         run DiskSounds insound outsound
  25.  
  26.     where insound is the sound sample to use for disk insertion,
  27.     and outsound is the sample for ejection.  Or just:
  28.  
  29.         run DiskSounds
  30.  
  31.     defaults to crunch for insertion and sneeze for ejection.
  32.  
  33.     (The audio code is overkill.  I'm working on a music program
  34.     for banjo and guitar players, so I hacked it from there.)
  35.  
  36.     No copyrights, no disclaimers.  Do whatever you want.
  37.  
  38.             Jeff deRienzo
  39.  
  40.     jeff@dandelion.CI.COM
  41.     derienzo@EAGLE.MIT.EDU
  42.     goodlucktryingtofindapathtohere...!pcwf!labamba!jeff
  43.