annotate src/libsamplerate-0.1.9/README @ 41:481f5f8c5634

Current libsamplerate source
author Chris Cannam
date Tue, 18 Oct 2016 13:24:45 +0100
parents
children
rev   line source
Chris@41 1 This is libsamplerate, 0.1.9
Chris@41 2
Chris@41 3 libsamplerate (also known as Secret Rabbit Code) is a library for
Chris@41 4 perfroming sample rate conversion of audio data.
Chris@41 5
Chris@41 6 The src/ directory contains the source code for library itself.
Chris@41 7
Chris@41 8 The doc/ directory contains the libsamplerate documentation.
Chris@41 9
Chris@41 10 The examples/ directory contains examples of how to write code using
Chris@41 11 libsamplerate.
Chris@41 12
Chris@41 13 The tests/ directory contains programs which link against
Chris@41 14 libsamplerate and test its functionality.
Chris@41 15
Chris@41 16 The Win32/ directory contains files and documentation to allow
Chris@41 17 libsamplerate to compile under Win32 with the Microsoft Visual C++
Chris@41 18 compiler.
Chris@41 19
Chris@41 20 Win32
Chris@41 21 -----
Chris@41 22 There are detailed instructions for building libsamplerate on Win32
Chris@41 23 in the file
Chris@41 24
Chris@41 25 doc/win32.html
Chris@41 26
Chris@41 27
Chris@41 28 MacOSX
Chris@41 29 ------
Chris@41 30 Building on MacOSX should be the same as building it on any other
Chris@41 31 Unix.
Chris@41 32
Chris@41 33
Chris@41 34 OTHER PLATFORMS
Chris@41 35 ---------------
Chris@41 36 To compile libsamplerate on platforms which have a Bourne Shell compatible
Chris@41 37 shell, an ANSI C compiler and a make utility should require no more that
Chris@41 38 the following three commands :
Chris@41 39 ./configure
Chris@41 40 make
Chris@41 41 make install
Chris@41 42
Chris@41 43 CONTACTS
Chris@41 44 --------
Chris@41 45
Chris@41 46 libsamplerate was written by Erik de Castro Lopo (erikd AT mega-nerd DOT com).
Chris@41 47 The libsamplerate home page is at :
Chris@41 48
Chris@41 49 http://www.mega-nerd.com/libsamplerate/
Chris@41 50