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