home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Sound / Player / Play16V1.2.lzx / Play16.readme < prev    next >
Encoding:
Text File  |  1994-11-29  |  2.5 KB  |  59 lines

  1. Short: Plays 8/16bit 8SVX, WAV, AU, MAUD and AIFF.
  2. Type: mus/play
  3. Uploader: wenzel@unixserv.rz.fh-hannover.de
  4. Author: wenzel@unixserv.rz.fh-hannover.de
  5.  
  6.  
  7. -- Play16 version 1.2 - a versatile soundplayer for the Amiga --
  8.  
  9.  
  10. Features in brief
  11. -----------------
  12.  - autodetects and plays several soundfiles, up to 16 bit / 56 kHz / stereo
  13.  - always correct playback speed, even for sounds >28 kHz
  14.  - plays mono sounds on *both* channels, not only on the left one
  15.  - plays files that are larger than memory
  16.  - preloading for exactly timed start of playback
  17.  - fast uLaw decompression
  18.  - system friendly audio channel allocation
  19.  - supported Filetypes are:
  20.  
  21.    * Microsoft RIFF-WAVE  (.WAV)  mono / stereo, 8 / 16 bit, linear / uLaw
  22.    * Sun/NeXT Audio       (.AU)   mono / stereo, 8 / 16 bit, linear / uLaw
  23.    * MacroSystem MAUD     (.MAUD) mono / stereo, 8 / 16 bit, linear
  24.    * Apple/SGI/Amiga AIFF (.AIFF) mono / stereo, 8 / 16 bit, linear
  25.    * Amiga IFF-8SVX       (.IFF)  mono / stereo, 8      bit, linear
  26.    * Any raw sound data as long as it matches one of the following:
  27.      -  8 bit signed
  28.      -  8 bit unsigned
  29.      - 16 bit signed, Intel format    (LSB first)
  30.      - 16 bit signed, Motorola format (MSB first)
  31.  
  32.  
  33. What's new since V1.0?
  34. ----------------------
  35. V1.1    - Oops! Play16 caused some Enforcer hits. Fixed that.
  36.           Thanks to Rod Schnell for reporting it.
  37.         - Added 'single'-option. Sound can be loaded completely into memory
  38.           before playing. No looping possible in this case yet!
  39.         - Playback time in minutes:seconds displayed if verbose >= 1
  40.         - uLaw decompression for WAVE-Files, using a decoding table
  41.           for maximum speed (didn't do much testing on it, hope it works!)
  42.         - MAUD filetype support (why do there have to be so many formats?)
  43.         - Sun/NeXT filetype support
  44.           Should also play 8 or 16 bit linear (hopefully)
  45.           Stereo playback may be distorted. Give it a try. :)
  46.         - AIFF filetype support
  47.           Note that the AIFF sounds saved with MacroSystem's MPro software
  48.           contain a corrupt ANNO chunk :-/
  49.           Play16 will detect this and play the file anyway.
  50.         - ctrl-c now stops playback immediately.
  51.           Thanks to Marc for some programming tips about that.
  52.  
  53. V1.2    - IFF-8SVX filetype support (only uncompressed files!)
  54.         - RAW data support: _Any_ data can be played
  55.         - Preload feature added
  56.         - Fixed a bug that caused illegal memory access (hopefully)
  57.           Thanks to Ignatios Souvatzis for reporting it.
  58.         - Improved chunk handling
  59.