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