home *** CD-ROM | disk | FTP | other *** search
/ Amiga Computing 68 / ac068b.adf / DSound130 / DSound.doc < prev    next >
Text File  |  1993-10-16  |  3KB  |  67 lines

  1. To install DSound on hard drive or another floppy, use the command
  2.  
  3. COPY AMIGACOMPUTING-XMAS93B:DSOUND130/DSOUND TO <DEST>
  4.  
  5. where DEST is the directory of your choice. To give the program a try, type
  6.  
  7.  
  8. CD AMIGACOMPUTING-XMAS93B:DSOUND130
  9. DSOUND CHEATER
  10.  
  11.                 DSound V1.30
  12.  
  13.      DSound is Copyright 1991-1993 by Dave Schreiber, All Rights Reserved.
  14. This program is freely distributable, but may not be sold (although a small
  15. fee for copying, media, etc. may be charged).
  16.  
  17.      DSound is utility I whipped together to play 8SVX sound samples
  18. directly off a hard drive.  While it only takes up a small amount of chip
  19. RAM, it can play samples of unlimited size off a hard drive (it doesn't
  20. work to well with floppies however). Currently, it cannot play compressed
  21. sound files.
  22.  
  23.      DSound can only be used from the hard drive.  To use DSound, type
  24. "DSound [flags] <filename>" (without the quotes), where <filename> is the
  25. name of the file that you want to play, and [flags] are any of the flags
  26. listed below under "Usage."  To stop DSound before a sample is finished
  27. playing, either click on the close gadget in the DSound window (which is
  28. displayed while DSound is playing a sound sample, unless the '-w' flag is
  29. used), press CTRL-C in the Shell window from which DSound was started, or
  30. type "break <clinum>", where <clinum> is the number of the Shell window
  31. that DSound is running in.
  32.  
  33. Usage:
  34.    dsound [-l][-r][-2][-f][-m][-o][-w][-n][-t]
  35.                   [-s<speed>][-v<volume>][-b<bufsize>] file
  36.  
  37. Where the flags are defined as such:
  38.   -l -- Play the sample using the left speaker
  39.   -r -- Play the sample using the right speaker
  40.   -2 -- Play the sample using both speakers
  41.   -f -- Shut off the low-pass filter
  42.   -m -- Load the entire sample into memory
  43.   -o -- Play the sample continuously (loop)
  44.   -w -- Do not open the DSound window
  45.   -n -- Do not show the sample name in the window
  46.   -t -- Do not show the sample times in the window
  47.   -s<speed> -- Play the sample at the given speed (samples/sec)
  48.   -v<volume> -- Play the sample at the given volume (0-64)
  49.   -b<bufsize> -- Use a buffer of size <bufsize> (default is 30K)
  50.  
  51. If you don't specify any flags, the defaults are to play the sound out of
  52. the first available speaker, with the filter on, at the speed and volume
  53. specified in the soundfile.
  54.  
  55. I've included the source for DSound.  To compile (using SAS/C V6) type:
  56.    smake
  57.  
  58. If you have any questions, comments, etc. regarding DSound, you can get in
  59. touch with me at:
  60.  
  61.                          Dave Schreiber
  62.                          1234 Collins Lane
  63.                          San Jose, CA   95129-4208
  64.  
  65. e-mail:                      davids@cats.ucsc.edu
  66.  
  67.