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