forked from libsndfile/libsamplerate
-
Notifications
You must be signed in to change notification settings - Fork 0
License
KentKong123/libsamplerate
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is libsamplerate, 0.1.9
libsamplerate (also known as Secret Rabbit Code) is a library for
performing sample rate conversion of audio data.
The src/ directory contains the source code for library itself.
The doc/ directory contains the libsamplerate documentation.
The examples/ directory contains examples of how to write code using
libsamplerate.
The tests/ directory contains programs which link against
libsamplerate and test its functionality.
The Win32/ directory contains files and documentation to allow
libsamplerate to compile under Win32 with the Microsoft Visual C++
compiler.
Win32
-----
There are detailed instructions for building libsamplerate on Win32
in the file
doc/win32.html
MacOSX
------
Building on MacOSX should be the same as building it on any other
Unix.
OTHER PLATFORMS
---------------
To compile libsamplerate on platforms which have a Bourne Shell compatible
shell, an ANSI C compiler and a make utility should require no more that
the following three commands :
./configure
make
make install
CMake
-----
There is a new CMake-based build system available:
mkdir build
cd build
cmake ..
make
Use `cmake -DCMAKE_BUILD_TYPE=Release ..` to make a release build.
Use `cmake -DBUILD_SHARED_LIBS=ON ..` to build a shared library.
CONTACTS
--------
libsamplerate was written by Erik de Castro Lopo (erikd AT mega-nerd DOT com).
The libsamplerate home page is at :
http://www.mega-nerd.com/libsamplerate/
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 92.3%
- Objective-C 6.7%
- M4 0.6%
- CMake 0.1%
- C++ 0.1%
- Makefile 0.1%
- Other 0.1%