home *** CD-ROM | disk | FTP | other *** search
/ Audio 4.94 - Over 11,000 Files / audio-11000.iso / msdos / sndbords / proaudio / pcmtlsrc / pcmtlsrc.arj / LOADPCM.ARJ / LPCMSRC.DOC < prev    next >
Text File  |  1992-09-18  |  655b  |  29 lines

  1. loadpcm.m               ; makefile
  2.  
  3. loadpcm.c               ; main program
  4.     
  5. sndfile.c               ; process .wav files (and others)
  6. sndfile.h               ; header file
  7.  
  8. xms.c                   ; access XMS
  9. xms.h                   ; header file
  10.  
  11. lpcmsrc.doc             ; this file
  12.  
  13. NOTE: 
  14.  
  15.     program is in the middle of modification
  16.     the goal is to not use a separate XMS handle for
  17.     each sound to be loaded, and so the "fitintoxms()"
  18.     function currently always fails
  19.  
  20.     to make it work, don't condition on "used"
  21.  
  22. All Files Included in LOADPCM.ZIP are:
  23.  
  24.     Copyright (c) 1992 Media Vision, Inc.
  25.     All Rights Reserved
  26.     No Warranty as to Fitness or Performance, Express or Implied, Exists
  27.  
  28.  
  29.