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

                   Copyright (C) 2001 Florian Berger
                   
                email: florian.berger@jk.uni-linz.ac.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 oss-output plugin to adjust pitch and speed 
   seperately with two sliders.
   
   xmms is not able to manage effect-plugins with different in and out sample
   number so this plugin is implemented as 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 plugin included in this distribution was built on a 
   SuSE 6.4 system.
   