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