home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / UTILITIE / VOCSHO.ZIP / VOC_SHOW.DOC < prev    next >
Text File  |  1991-01-07  |  1KB  |  24 lines

  1. VOC_PC.ZIP contains code to read and write SoundBlaster .VOC files
  2. and to play unpacked or 4-bit packed files on the IBM PC's speaker.
  3. This is a working, but early and not super clean version of this code.
  4.  
  5. Copyright Tom Moran, 1991, may be used by anyone for any purpose.
  6. Decision Aids, 14701 Farwell Ave. Saratoga, CA.
  7. tom moran on Channel 1, tmoran on BIX, MCI Mail
  8.  
  9. Files:
  10.        external specifications
  11. VOC_DATA.LIB           data type definitions
  12. VOC_IO.LIB             .VOC file IO
  13. VOC_PC.LIB             .VOC to PC conversions
  14. PC_SOUND.LIB           PC speaker playback
  15.        actual bodies of code
  16. VOC_IO.PKG
  17. VOC_PC.PKG
  18. PC_SOUND.ASM           note, this is Janus Ada JASM86, not MASM
  19.        main program
  20. VOC_SHOW.PKG           usage: voc_show myday.voc
  21.        sample data file
  22. MYDAY.VOC              Clint Eastwood, converted from MAKMYDAY.VOC
  23.                        in SOUND.ZIP on Channel 1 BBS.
  24.