home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / CDMENUE2 / PLANY.DOC < prev    next >
Text File  |  1993-12-01  |  2KB  |  58 lines

  1. Play Any File through SoundBlaster - version 0.9 July 1992
  2.  
  3. SUMMARY:
  4.  
  5.         PLANY input_file [-r speed] [-s] [-u] [-i irq] [-p port]
  6.  
  7.         input_file: Sound file name. Required
  8.         -r:    set output rate (samples/sec)
  9.         -s:    sample is signed
  10.         -u:    sample is U_LAW
  11.         -i:    IRQ. default is 7
  12.         -p:    port. default is 544. (220h)
  13.  
  14.  
  15. DESCRIPTION:
  16.  
  17.         PLANY will play any sound file through the SoundBlaster.
  18.         Currently supported sound types:
  19.  
  20.                 SoundBlaster .VOC
  21.                 Sun/NeXT/DEC .AU
  22.                 Windows .WAV
  23.                 Sounder/Soundtools .SND
  24.                 Amiga .8SVX  .IFF
  25.  
  26.         In addition, PLANY will attempt to detect and play the sound 
  27.         samples contained in Amiga .MOD files.
  28.  
  29.         If PLANY is unable to identify the header of the sound file,
  30.         it will default to 'unsigned' and '11000 samples/sec', unless
  31.         changed by command line options.
  32.  
  33.         Press any key during playback to terminate output.
  34.  
  35.  
  36. REFERENCES:
  37.  
  38.         SBlast-BSD-1.4  - Sound Blaster BSD Unix device driver
  39.                                 Steve Haehnichen
  40.  
  41.         SBDOS           - MS-DOS Sound Blaster driver
  42.                                 Michael Fulbright
  43.  
  44.         SBDAC           - Sound Blaster DMA
  45.                                 Jeff Bird
  46.  
  47.         SOX             - Sound Exchange universal sound sample translator
  48.                                 Lance Norskog
  49.                                 Guido van Rossum
  50.                                 Jef Poskanzer
  51.                                 Bill Neisius
  52.  
  53.  
  54. COMMENTS/SUGGESTIONS:
  55.         
  56.         Bill Neisius
  57.         bill@solaria.hac.com
  58.