libsamplerate 0.1.9-ok1 source package in openKylin
Changelog
libsamplerate (0.1.9-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
libsamplerate (0.1.9-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
libsamplerate_0.1.9.orig.tar.gz | 4.1 MiB | 0a7eb168e2f21353fb6d84da152e4512126f7dc48ccb0be80578c565413444c1 |
libsamplerate_0.1.9-ok1.debian.tar.xz | 5.7 KiB | 04a9b7301b71d579c7c2cc650f34125be3cc12b204cb934ec93c3d8aee335d23 |
libsamplerate_0.1.9-ok1.dsc | 1.9 KiB | c0eeb22f735bbf34a896a692d03ec143faeb431414205978a4bb6ed551b25d37 |
libsamplerate (aka Secret Rabbit Code) is a library for audio rate conversion.
.
libsamplerate currently provides three different sample rate conversion
algorithms; zero order hold, linear interpolation and FIR filter interpolation
(using filters derived from the mathematical SINC function). The first two
algorithms (zero order hold and linear) are included for completeness and are
not recommended for any application where high quality sample rate conversion
is required. For the FIR/Sinc algorithm, three converters are provided;
SRC_SINC_FASTEST, SRC_SINC_
trade off between conversion speed and conversion quality.
.
libsamplerate is capable of downsampling to 1/256 of the original sample rate
and upsampling to 256 times the original sample rate. It is also capable of
time varying conversions for vary speed effects and synchronising of two
unlocked sample rates.
libsamplerate (aka Secret Rabbit Code) is a library for audio rate conversion.
.
libsamplerate currently provides three different sample rate conversion
algorithms; zero order hold, linear interpolation and FIR filter interpolation
(using filters derived from the mathematical SINC function). The first two
algorithms (zero order hold and linear) are included for completeness and are
not recommended for any application where high quality sample rate conversion
is required. For the FIR/Sinc algorithm, three converters are provided;
SRC_SINC_FASTEST, SRC_SINC_
trade off between conversion speed and conversion quality.
.
libsamplerate is capable of downsampling to 1/256 of the original sample rate
and upsampling to 256 times the original sample rate. It is also capable of
time varying conversions for vary speed effects and synchronising of two
unlocked sample rates.
.
This package contains the library header files and API documentation.
This package contains simple example programs for resampling sound files with
the libsamplerate library.
.
Currently, the only binary included is sndfile-resample which uses libsndfile
to read and write audio files and libsamplerate to do the rate conversion.