You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bsp2 16ae9c1066 add plugins 6 years ago
..
Cfg add plugins 6 years ago
M4 add plugins 6 years ago
Win32 add plugins 6 years ago
doc add plugins 6 years ago
examples add plugins 6 years ago
src add plugins 6 years ago
tests add plugins 6 years ago
AUTHORS add plugins 6 years ago
COPYING add plugins 6 years ago
ChangeLog add plugins 6 years ago
INSTALL add plugins 6 years ago
Make.bat add plugins 6 years ago
Makefile add plugins 6 years ago
Makefile.am add plugins 6 years ago
Makefile.in add plugins 6 years ago
NEWS add plugins 6 years ago
README add plugins 6 years ago
aclocal.m4 add plugins 6 years ago
autogen.sh add plugins 6 years ago
config.log add plugins 6 years ago
config.status add plugins 6 years ago
configure add plugins 6 years ago
configure.ac add plugins 6 years ago
libsamplerate.spec add plugins 6 years ago
libsamplerate.spec.in add plugins 6 years ago
libtool add plugins 6 years ago
samplerate.pc add plugins 6 years ago
samplerate.pc.in add plugins 6 years ago

README

This is libsamplerate, 0.1.9

libsamplerate (also known as Secret Rabbit Code) is a library for
perfroming sample rate conversion of audio data.

The src/ directory contains the source code for library itself.

The doc/ directory contains the libsamplerate documentation.

The examples/ directory contains examples of how to write code using
libsamplerate.

The tests/ directory contains programs which link against
libsamplerate and test its functionality.

The Win32/ directory contains files and documentation to allow
libsamplerate to compile under Win32 with the Microsoft Visual C++
compiler.

Win32
-----
There are detailed instructions for building libsamplerate on Win32
in the file

doc/win32.html


MacOSX
------
Building on MacOSX should be the same as building it on any other
Unix.


OTHER PLATFORMS
---------------
To compile libsamplerate on platforms which have a Bourne Shell compatible
shell, an ANSI C compiler and a make utility should require no more that
the following three commands :
./configure
make
make install

CONTACTS
--------

libsamplerate was written by Erik de Castro Lopo (erikd AT mega-nerd DOT com).
The libsamplerate home page is at :

http://www.mega-nerd.com/libsamplerate/