home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / mus / Play16 / Play16.readme < prev    next >
Text File  |  1995-07-02  |  4KB  |  95 lines

  1.  
  2. ---------------------------------------------------------------------------
  3. -- Play16 version 1.5 (02.07.95) - a versatile soundplayer for the Amiga --
  4. ---------------------------------------------------------------------------
  5.  
  6. Features in brief
  7. -----------------
  8.  - autodetects and plays several soundfiles, up to 16 bit / 56 kHz / stereo
  9.  - full Workbench support (but not Intuition and no GUI)
  10.  - always correct playback speed, even for sounds >28 kHz
  11.  - realtime playback from harddisk, optimized assembler routines
  12.  - optional 14 bit output (less noise but not as good as true 16 bit)
  13.  - automatic or manual audio filter control
  14.  - plays mono sounds on *both* channels, not only on the left one
  15.  - plays (and loops) 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.  - optionally dump the output into a file (can be used to convert sounds)
  20.  - supported Filetypes are:
  21.  
  22.    * Microsoft RIFF-WAVE  (.WAV)  mono / stereo, 8 / 16 bit, linear / uLaw
  23.    * Creative Voice File  (.VOC)  mono / stereo, 8 / 16 bit, linear
  24.    * Sun/NeXT Audio       (.AU)   mono / stereo, 8 / 16 bit, linear / uLaw
  25.    * MacroSystem MAUD     (.MAUD) mono / stereo, 8 / 16 bit, linear / uLaw
  26.    * Apple/SGI/Amiga AIFF (.AIFF) mono / stereo, 8 / 16 bit, linear
  27.    * Amiga IFF-8SVX       (.IFF)  mono / stereo, 8      bit, linear / FibDelta
  28.    * Any raw sound data as long as it matches one of the following:
  29.      -  8 bit signed
  30.      -  8 bit unsigned
  31.      - 16 bit signed, Intel format    (LSB first)
  32.      - 16 bit signed, Motorola format (MSB first)
  33.  
  34.     - supported output devices are:
  35.  
  36.    * Native Amiga chipset (Paula)  8 bit
  37.    * Native Amiga chipset (Paula) 14 bit
  38.    * Native Amiga chipset (Paula) 14 bit calibrated (Christian Buchner)
  39.    * MacroSystem Maestro Pro      16 bit 44.1kHz and 48kHz only
  40.    * IFF-8SVX file dump            8 bit
  41.  
  42. What's new since V1.4?
  43. ----------------------
  44. V1.5    - Fixed a bug that caused enforcer hits when running Play16
  45.           from cli
  46.         - Changed the depth of Play16's productivity screen to 1 bitplane
  47.           to reduce CPU- and DMA-load
  48.         - "Play16 <path>" now opens a filerequester pointing to the
  49.           specified path. The new PATH tooltype does the same.
  50.         - Fixed mono playback of raw tracks.
  51.         - uLaw decompression for MAUD, too
  52.         - Fibonacci Delta decompression for 8SVX, thanks to Ralph Wermke
  53.           for the specs.
  54.  
  55.  
  56. --------------------------------- In German -------------------------------
  57.  
  58. Kurzübersicht
  59. -------------
  60.  - erkennt und spielt automatisch verschiedene Soundformate, bis zu
  61.    16 Bit, 56 kHz, stereo
  62.  - volle Workbench-Unterstützung, jedoch kein GUI
  63.  - immer korrekte Wiedergabegeschwindigkeit, sogar bei Sounds >28 kHz
  64.  - Echtzeitwiedergabe von Festplatte, optimierte Assembler-Routinen
  65.  - 14 Bit Ausgabe möglich (weniger Rauschen, aber schlechter als 16 Bit)
  66.  - automatische oder manuelle Filter-Kontrolle
  67.  - spielt Mono-Sounds auf BEIDEN Kanälen, nicht nur auf dem linken
  68.  - spielt (und wiederholt) Files, die größer als der Speicher sind
  69.  - Vorlade-Funktion für Tastengenaues Playback-Starten
  70.  - schnelle uLaw Entpackfunktion
  71.  - Systemfreundliche Tonkanal-Belegung
  72.  - Ausgabe in ein File ist möglich (Sound-Konvertierung)
  73.  - unterstützte Filetypen bislang:
  74.  
  75.    * Microsoft RIFF-WAVE  (.WAV)  mono / stereo, 8 / 16 bit, linear / uLaw
  76.    * Creative Voice File  (.VOC)  mono / stereo, 8 / 16 bit, linear
  77.    * Sun/NeXT Audio       (.AU)   mono / stereo, 8 / 16 bit, linear / uLaw
  78.    * MacroSystem MAUD     (.MAUD) mono / stereo, 8 / 16 bit, linear / uLaw
  79.    * Apple/SGI/Amiga AIFF (.AIFF) mono / stereo, 8 / 16 bit, linear
  80.    * Amiga IFF-8SVX       (.IFF)  mono / stereo, 8      bit, linear
  81.    * Raw-Sound-Daten mit mindestens einer folgender Voraussetzungen:
  82.      -  8 bit Vorzeichenbehaftet
  83.      -  8 bit nicht Vorzeichenbehaftet
  84.      - 16 bit signed, Intel Format    (LSB zuerst)
  85.      - 16 bit signed, Motorola Format (MSB zuerst)
  86.  
  87.  - derzeitig unterstützte Ausgabegeräte:
  88.  
  89.    * Amiga (Paula)  8 bit
  90.    * Amiga (Paula) 14 bit
  91.    * Amiga (Paula) 14 bit kalibriert (Christian Buchner)
  92.    * MacroSystem Maestro Pro      16 bit 44.1kHz und 48kHz
  93.    * IFF-8SVX File Ausgabe         8 bit
  94.  
  95.