home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / w / wavebin.zoo / readme next >
Text File  |  1992-12-10  |  2KB  |  47 lines

  1. WAVEPLAYER.PRG/TTP are provided to demonstrate
  2. how to use the DMA sound hardware of the STE 
  3. and TT computers.
  4.  
  5. The source code provided is not public domain.
  6. It has been provided to allow you to understand
  7. how a Microsoft Corporation WAVE file is defined
  8. and what is needed to play these files on Atari
  9. computers.
  10.  
  11. You may incorporate parts of this code in your 
  12. own programs providing you acknowledge the source
  13. of those routines via either 1) a comment at the 
  14. beginning of the module that contains the code,
  15. or 2) an acknowledgement displayed at startup.
  16.  
  17. To use WAVEPLAYER drag a WAVe file to the WAVEPLAYER.
  18. Alternately you may supply a file name as the first
  19. argument on a command line Or you may run WAVEPLAYER
  20. without any arguments, which will cause WAVEPLAYER to
  21. accept the filenames from standard input. This allows
  22. the following under the Mark Williams Shell:
  23.  
  24.             ls *.wav | waveplayer
  25.  
  26. WAVEPLAYER does not understand wildcard characters in 
  27. file names. So the following will produce undesired
  28. results:
  29.             waveplayer *.wav
  30.  
  31. Caveats:
  32.   Waveplayer has not been tested with 8 bit stereo wave files.
  33.   Waveplayer has not been tested with 16 bit wave files.
  34.  
  35. If you come across a WVAE file with one of these formats
  36. and it does work please let me know.
  37.  
  38. Support:
  39.   If you come across a WAVE file that does not work and it
  40.   is on either GEnie or COMPUSERVE please mail the name of the
  41.   file and the roundtable I can retrieve it from. If the file
  42.   is one of your own please uuencode the file and mail it to
  43.   me at either:
  44.  
  45.     B.GRIER        on GEnie
  46.     bjgrier@bnr.ca on internet
  47.