home *** CD-ROM | disk | FTP | other *** search
-
- Here's a GO32 program that plays digital samples through a
- soundblaster using double-buffered DMA. The code is derived from the
- Sound Blaster Freedom Project and Linux source.
-
- There are several known problems with this code:
-
- - Sometimes sounds choppy -- you can hear the seams between
- the pieces of the sample. The severity of this is determined
- by the DMA_CHUNK parameter in the source. See the accompanying
- comment for more info.
-
- - Sometimes locks up the machine. This is particularly
- annoying since it's not reliably duplicatable.
-
- If you fix any of these, please send me email so everyone can benfit
- from the changes.
-
- I've included the brass2.sam file from the SBF distribution so you'll
- have something to test the program with.
-
- Dave Baggett
- dmb@ai.mit.edu
-