home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Games / NetHack 3.1.3 / source / sys / share / sounds / README < prev    next >
Encoding:
Text File  |  1993-08-01  |  1.4 KB  |  35 lines  |  [TEXT/R*ch]

  1. README for the AIFF files:
  2.  
  3. These files are sound files for the instruments in NetHack.
  4. There are 11 sounds, one for each distinct instrument.
  5. The sounds are in 8-bit 22kHz AIFF format, which should be
  6. readable by a broad range of platforms. Since the sounds
  7. came from Rolands S-750 sample library (most of them) there
  8. should be no copyright on them when we treat them like we
  9. do here (as instruments) - indeed, the sample library I
  10. got from Roland didn't even bear a (c) symbol.
  11.  
  12. Some of the sounds are very adequate (Drum of Earthquake,
  13. Wooden Flute, Magic Harp) while some are less true to the
  14. original name (how does a Frost Horn sound?) Actually, I
  15. don't know what a Bugle is (Bugle horn?) so I took a trumpet
  16. sound for that. Correct me if I'm wrong.
  17.  
  18. What does this have to do with the main code? Well, nothing
  19. so far. There are some places that are #ifdef MAC and calls
  20. mac_speaker; that function takes an object and a tune (in
  21. capital letters A-G) and plays the tune with the given
  22. instrument. When playing a specific tune, that tune is of
  23. course used. For "improvise," I use middle "C."
  24.  
  25. Ideally, we should do something equal with sound that we
  26. have with displays, so we can use one common set of calls
  27. in the main code, and have ports do whatever seems appropriate
  28. for the available hardware.
  29.  
  30. Any comment on the sounds or their use is welcome:
  31.  
  32.                         h+@nada.kth.se
  33.                         Jon W{tte
  34.                         Mac Team
  35.