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