
********************************************************************************
*
* +----------------+
* | ENGLISH  INFO  |  (Deutsche Info: Siehe unten)
* +----------------+
*
* DMA Play - Background WAV/VOC Player & Recorder in QBasic by Mike Huff (1996)
* =============================================================================
*
* Comment by Mike Huff, the author:
* ----------------------------------
* Audio file player that plays using the DMA channels.
* Runs in QBASIC, QuickBASIC, PDS, VBDOS, and even GW-BASIC!!! (If you add
* line numbers and remove the SUBs, FUNCTIONS, and do a few other things.)
* Use DMADone% to detect the end of a transfer.
* Tested on a 486DX4-120mHz with a Reveal Sound FX card.
*
* Comment by William Yu:
* ----------------------------------
* Although there were considerable improvements by other coders from this code,
* it's listed here because i as a good base and learning example for others to
* Use. You may have difficulty running the code if you have an SB AWE 64 like
* I do. 
*
* Comment by Thomas Antoni:
* ----------------------------------
* This is the Grandma version of all later coming DMA players - but still one
* of the best !
*
*-------------------------------------------------------------------------------
*
* +---------------+
* | DEUTSCHE INFO |
* +---------------+
*
* DMA Play - Background WAV/VOC Player & Recorder in QBasic by Mike Huff (1996)
* ==============================================================================
* Spielt WAV- und VOC-Sounddateien im Hintergrund per DMA ab, ohne das Hauptpro-
* gramm anzuhalten. DMA bedeutet "Direct Memory Access". Die Soundkarte holt
* sich hierbei die Sound-Daten direkt aus dem Hauptspeicher - unter Umgehung
* der CPU. Das Programm kann auch Sounds aufnehmen, z.B. ber das Mikrofon.
* Dies ist die Gromutter-Version aller spteren DMA-Player fr QBasic !!
* 
*-------------------------------------------------------------------------------
*
*   \         (c) Thomas Antoni, 19.11.2000 
*    \ /\           Mailto:thomas@antonis.de
*    ( )            http://www.antonis.de   
*  .( o ).
*                        ----==== Hottest QBasic Stuff on Earth !!! ====----
*
********************************************************************************








