| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is libsamplerate, 0.2.2.
libsamplerate (also known as Secret Rabbit Code) is a library for performing sample rate conversion of audio data.
Additional references:
| Branch | Status |
|---|---|
| master |
Branches actively built by GitHub Actions.
There are detailed instructions for building libsamplerate on Win32 in the file docs/win32.md.
Building on macOS should be the same as building it on any other Unix platform.
To compile libsamplerate on platforms which have a Bourne compatible shell, an ANSI C compiler and a make utility should require no more that the following three commands:
autoreconf -vif
./configure
make
make installThere is a new CMake-based build system available:
mkdir build
cd build
cmake ..
makelibsamplerate was written by Erik de Castro Lopo.
| Back | FazBrowse Home | New Git URL |