- Notifications
You must be signed in to change notification settings - Fork194
An audio Sample Rate Conversion library
License
libsndfile/libsamplerate
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is libsamplerate,0.2.2.
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
docs/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 to allow libsamplerate to compile under Win32 with the Microsoft Visual C++ compiler.
Additional references:
| Branch | Status |
|---|---|
master |
Branchesactively built by GitHub Actions.
There are detailed instructions for building libsamplerate on Win32 in the filedocs/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./configuremakemake install
There is a newCMake-based build system available:
mkdir buildcd buildcmake ..make- Use
cmake -DCMAKE_BUILD_TYPE=Release ..to make a release build. - Use
cmake -DBUILD_SHARED_LIBS=ON ..to build a shared library.
libsamplerate was written byErik de Castro Lopo.
About
An audio Sample Rate Conversion library
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
