1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Content
=======
libsbsms is a library for high quality time and pitch scale modification. It uses octave subband sinusoidal modeling.
This package only includes the library API and no longer includes command-lin e programs.
Clayton Otey (otey@users.sourceforge.net)
Requirements
============
POSIX systems (e.g. Linux, OS X):
---------------------------------
You need at least to have libtool installed to be able to build the
library with "./configure && make".
Compiling
=========
Call './configure && make' on the console to compile the library, all
tools and demo applications, documentation and install them with
'make install'. The latter has to be called as root.
If you are compiling from CVS you have to call 'make -f Makefile.cvs'
to generate all autotools build files before calling
'./configure && make'.
You can use 'make distclean' and probably 'make -f Makefile.cvs clean'
to clean up everything again. The latter will also delete all automatic
generated autools build files.
|