cannam@85: This is libsamplerate, 0.1.8 cannam@85: cannam@85: libsamplerate (also known as Secret Rabbit Code) is a library for cannam@85: perfroming sample rate conversion of audio data. cannam@85: cannam@85: The src/ directory contains the source code for library itself. cannam@85: cannam@85: The doc/ directory contains the libsamplerate documentation. cannam@85: cannam@85: The examples/ directory contains examples of how to write code using cannam@85: libsamplerate. cannam@85: cannam@85: The tests/ directory contains programs which link against cannam@85: libsamplerate and test its functionality. cannam@85: cannam@85: The Win32/ directory contains files and documentation to allow cannam@85: libsamplerate to compile under Win32 with the Microsoft Visual C++ cannam@85: compiler. cannam@85: cannam@85: Win32 cannam@85: ----- cannam@85: There are detailed instructions for building libsamplerate on Win32 cannam@85: in the file cannam@85: cannam@85: doc/win32.html cannam@85: cannam@85: cannam@85: MacOSX cannam@85: ------ cannam@85: Building on MacOSX should be the same as building it on any other cannam@85: Unix. cannam@85: cannam@85: cannam@85: OTHER PLATFORMS cannam@85: --------------- cannam@85: To compile libsamplerate on platforms which have a Bourne Shell compatible cannam@85: shell, an ANSI C compiler and a make utility should require no more that cannam@85: the following three commands : cannam@85: ./configure cannam@85: make cannam@85: make install cannam@85: cannam@85: CONTACTS cannam@85: -------- cannam@85: cannam@85: libsamplerate was written by Erik de Castro Lopo (erikd AT mega-nerd DOT com). cannam@85: The libsamplerate home page is at : cannam@85: cannam@85: http://www.mega-nerd.com/libsamplerate/ cannam@85: