annotate src/libsamplerate-0.1.9/README @ 169:223a55898ab9 tip default

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