
                            sndstretch_xmms
                       --==#################==--

                   Copyright (C) 2001 Florian Berger
                   
                      email: harpin_floh@yahoo.de 
                             florian.berger@jku.at
                

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License Version 2 as
    published by the Free Software Foundation;

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


What is sndstretch_xmms ?
-------------------------
   sndstretch_xmms is an xmms plugin to adjust pitch and speed seperately 
   with two sliders.
   
   sndstretch can be compiled as an effect-plugin, with one major drawback
   
    - the time and the visual plugins don't synchronize with the song
   
   and a very basic oss-output-plugin with some limitations:
   
    - no additional effect support built in (at least not yet).
    - the mixer device and pcm device are fix coded as "/dev/mixer" 
      and "/dev/dsp"
    - the effect is written for normal signed short (S16_LE) and will 
      probably only work if xmms plays such data (...i think mostly it 
      will).
   
   the prebuilt plugins included in this distribution were built on a 
   SuSE 7.2 system but may work for other linux'es.
   do a "make clean" in advance if your system is not compatible.
   read the INSTALL file.
   