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