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