A Sample Rate Converter Library
Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for
audio. One example of where such a thing would be useful is in
converting audio from the CD sample rate of 44.1kHz to the 48kHz sample
rate used by DAT players.
SRC is capable of arbitrary and time varying conversions; from
downsampling by a factor of 12 to upsampling by the same factor. The
conversion ratio can also vary with time for speeding up and slowing
down effects.
- Sources inherited from project multimedia:libs
- Devel package for openSUSE:Factory
-
5
derived packages
- Links to openSUSE:Factory / libsamplerate
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:smarty12:multimedia/libsamplerate && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000148 148 Bytes | |
baselibs.conf | 0000000125 125 Bytes | |
libsamplerate-0.2.1-reproducible.patch | 0000000354 354 Bytes | |
libsamplerate-0.2.1.tar.bz2 | 0003747188 3.57 MB | |
libsamplerate.changes | 0000007427 7.25 KB | |
libsamplerate.spec | 0000003770 3.68 KB |
Revision 39 (latest revision is 45)
Takashi Iwai (tiwai)
accepted
request 878661
from
Dirk Mueller (dirkmueller)
(revision 39)
- update to 0.10.0: * Add src_clone() function to clone a SRC_STATE* handle * Cleanup Autotools build system. * Require C99 compiler * Add missing src_get_channels() export to windows def file * Fix macOS compile errors and modernize audio api on that platform * Add Octave scripts to generate filter coefficients * Fix two potential undefined behaviours * Fix a buffer out-of-bounds read error in src/src_sinc.c * Improve multichan_throughput_test * Replace buggy implementation of Duffs device by regular loop * Fix CMake generated shared library ABI compliance with Autotools build * Move site to new URL: http://libsndfile.github.io/libsamplerate/ * Convert documentation pages from HTML to Markdown * Move sndfile-resample to sndfile-tools package -> drop progs subpackage - drop libsamplerate-0.1.9-reproducible.patch - add libsamplerate-0.2.1-reproducible.patch
Comments 0