Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

An audio Sample Rate Conversion library

License

NotificationsYou must be signed in to change notification settings

libsndfile/libsamplerate

Repository files navigation

Logo

This is libsamplerate,0.2.2.

libsamplerate (also known as Secret Rabbit Code) is a library for performing sample rate conversion of audio data.

  • Thesrc/ directory contains the source code for library itself.
  • Thedocs/ directory contains the libsamplerate documentation.
  • Theexamples/ directory contains examples of how to write code using libsamplerate.
  • Thetests/ directory contains programs which link against libsamplerate and test its functionality.
  • TheWin32/ directory contains files to allow libsamplerate to compile under Win32 with the Microsoft Visual C++ compiler.

Additional references:


Build Status

BranchStatus
masterBuild

Branchesactively built by GitHub Actions.


Win32

There are detailed instructions for building libsamplerate on Win32 in the filedocs/win32.md.

macOS

Building on macOS should be the same as building it on any other Unix platform.

Other Platforms

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

CMake

There is a newCMake-based build system available:

mkdir buildcd buildcmake ..make
  • Usecmake -DCMAKE_BUILD_TYPE=Release .. to make a release build.
  • Usecmake -DBUILD_SHARED_LIBS=ON .. to build a shared library.

Contacts

libsamplerate was written byErik de Castro Lopo.


[8]ページ先頭

©2009-2025 Movatter.jp