home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 August / PCWorld_2000-08_cd.bin / Software / Vyzkuste / Alien / dsp_alien.txt < prev   
Text File  |  1999-11-22  |  5KB  |  168 lines

  1. +=======================+
  2. | AlienDSP for WinAMP 2 |
  3. +=======================+
  4.  
  5.    Author:      Allen L. Cheng
  6.    Version:     2.0
  7.    Date:        Oct 22, 1999
  8.  
  9.  +--------------+
  10.  | REQUIREMENTS |
  11.  +--------------+
  12.  
  13.    + Windows 9x/NT
  14.    + WinAMP 2.x
  15.  
  16.  +--------------+
  17.  | INTRODUCTION |
  18.  +--------------+
  19.  
  20.    AlienDSP is an All-In-One DSP plugin for WinAMP 2.x or later.
  21.    It is designed to process audio in realtime with minimal
  22.    cpu load and high quality output.
  23.  
  24.  +----------+
  25.  | FEATURES |
  26.  +----------+
  27.  
  28.    + Effects
  29.        * Wide Stereo
  30.        * Stereo Boost
  31.        * Amplitude Modulation
  32.        * Pseudo Stereo
  33.        * Remove Voice
  34.        * Pitch
  35.        * Compression / Expansion
  36.        * Echo
  37.        * Reverb
  38.        * Amplify
  39.        * Volume Control with Peaks Reduction
  40.        * Tremolo
  41.    + All customizable settings
  42.    + Loading of multiple effects simultaneously
  43.    + Supports both 16bit and 8bit samples
  44.  
  45.  +--------------+
  46.  | INSTALLATION |
  47.  +--------------+
  48.  
  49.    Unzip "dsp_alien.dll" and "dsp_alien.txt" to the WinAMP
  50.    Plugins folder. (ex. C:\Program Files\WinAMP\PLUGINS)
  51.  
  52.    To start AlienDSP, press Ctrl-P to open Preferences window
  53.    and select AlienDSP in "DSP/Effect" section of "Plug-ins".
  54.  
  55.    AlienDSP has been tested with WinAMP version 2.5e.
  56.  
  57.  +---------+
  58.  | HISTORY |
  59.  +---------+
  60.  
  61.    2.0          + Mono audio support for Pseudo Stereo
  62.                 + Fine tuned settings for Pseudo Stereo
  63.                 + New effects:
  64.                         * Expansion (when Compression is negative)
  65.                         * Reverse Balance (in Volume)
  66.  
  67.    2.0b2        + Fixed: memory leak for echo
  68.                 + Improved performance
  69.                 + Support for mono audio (except Channel FX & Remove Voice)
  70.                 + Supports 16bits and 8bits samples (others as well??)
  71.                 + New effect: Reverb
  72.  
  73.    2.0b1        + All new interface with all code rewritten
  74.                 + Replaced integer mode with high precision floating point
  75.                 + All customizable settings
  76.                 + New effects:
  77.                         * Pseudo Stereo
  78.                         * Pitch
  79.                         * Echo
  80.                         * Volume Control with Peaks Reduction
  81.                         * Tremolo
  82.                 + Loading of multiple effects simultaneously
  83.  
  84.    1.1          + Various bug fixes and optimizations
  85.  
  86.    1.0          + Initial release
  87.                 + Effects:
  88.                         * Wide Stereo
  89.                         * Big Room
  90.                         * Compression
  91.                         * Expansion
  92.                         * Amplify
  93.                         * Amplitude Modulation
  94.                         * Voice Removal
  95.  
  96.  +----------------+
  97.  | TECHNICAL INFO |
  98.  +----------------+
  99.  
  100.    AlienDSP Facts:
  101.      + written with Inprise Delphi
  102.      + around 1200 lines of code
  103.      + tested on
  104.          - Win98SE with AMD K6-2 350 @ 400MHz (Asus TX97-X mb)
  105.          - WinAMP 2.5c
  106.          - Aureal Vortex2 SuperQuad Digital soundcard
  107.          - Eastern AX-4106 speaker
  108.  
  109.  +-----------+
  110.  | THANKS TO |
  111.  +-----------+
  112.  
  113.    Aaron Quan           for many useful feedbacks on the output quality
  114.  
  115.    Mark Wong            for giving me some ideas on the interface ;)
  116.  
  117.    The WinAMP Team      for making the great WinAMP freeware!!
  118.  
  119.  +---------+
  120.  | LICENSE |
  121.  +---------+
  122.  
  123.    AlienDSP (c) 1999 Allen Cheng.
  124.    All Rights Reserved.
  125.  
  126.    BY UNPACKING OR RUNNING ANY APPLICATION IN THIS PACKAGE, YOU ARE
  127.    CONSENTING TO BE BOUND BY AND ARE BECOMING A PARTY TO THIS AGREEMENT.
  128.    IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS AGREEMENT, REMOVE
  129.    THE PACKAGE.
  130.  
  131.    AlienDSP is FREEWARE and is provided free of charge.
  132.  
  133.    You may install and use multiple copies for multiple users without
  134.    restriction. License to use this software is free of charge.
  135.  
  136.    This software may be freely distributed as long as there is
  137.    no charge for the end user.  It may not be bundled with any
  138.    hardware or software products without the permission from
  139.    the author.  Distribution in freeware or shareware CD software
  140.    collection is allowed as long as the latest version availble is
  141.    used and the author is notified of the inclusion. A sample CD
  142.    of the collection would be highly appreciated.
  143.  
  144.  +------------+
  145.  | DISCLAIMER |
  146.  +------------+
  147.  
  148.    THIS SOFTWARE AND THE ACCOMPANYING FILES ARE PROVIDED "AS IS" AND
  149.    WITHOUT WARRANTIES AS TO PERFORMANCE OR MERCHANTABILITY OR ANY
  150.    OTHER WARRANTIES WHETHER EXPRESSED OR IMPLIED. BECAUSE OF THE
  151.    VARIOUS HARDWARE AND SOFTWARE ENVIRONMENTS INTO WHICH THIS SOFTWARE
  152.    MAY BE INSTALLED AND USED, NO WARRANTY OF FITNESS FOR A PARTICULAR
  153.    PURPOSE IS OFFERED.  IN NO EVENT WILL THE AUTHOR BE LIABLE FOR ANY
  154.    SPECIAL, INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER
  155.    (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF BUSINESS PROFITS,
  156.    BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER
  157.    PECUNIARY LOSS) ARISING OUT OF THE USE OF OR INABILITY TO USE THE
  158.    SOFTWARE PRODUCT.
  159.  
  160.  +---------+
  161.  | CONTACT |
  162.  +---------+
  163.  
  164.    Website: http://alientech77.cjb.net
  165.             http://alientech.tsx.org
  166.  
  167.      Email: alien-tech@home.com
  168.