home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / contrib / sblaster / readme < prev    next >
Encoding:
Text File  |  1993-11-16  |  808 b   |  24 lines

  1.  
  2. Here's a GO32 program that plays digital samples through a
  3. soundblaster using double-buffered DMA.  The code is derived from the
  4. Sound Blaster Freedom Project and Linux source.
  5.  
  6. There are several known problems with this code:
  7.  
  8.     - Sometimes sounds choppy -- you can hear the seams between
  9.       the pieces of the sample.  The severity of this is determined
  10.       by the DMA_CHUNK parameter in the source.  See the accompanying
  11.       comment for more info.
  12.  
  13.     - Sometimes locks up the machine.  This is particularly
  14.       annoying since it's not reliably duplicatable.
  15.  
  16. If you fix any of these, please send me email so everyone can benfit
  17. from the changes.
  18.  
  19. I've included the brass2.sam file from the SBF distribution so you'll
  20. have something to test the program with.
  21.  
  22. Dave Baggett
  23. dmb@ai.mit.edu
  24.