home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / ste / wave_20 / readme < prev    next >
Text File  |  1993-07-30  |  2KB  |  53 lines

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