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

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Debian Multimedia Maintainers
Architectures:
any
Section:
sound
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

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

View changes file

Binary packages built by this source

libsamplerate0: Audio sample rate conversion library

 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_MEDIUM_QUALITY and SRC_SINC_BEST_QUALITY to allow a
 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.

libsamplerate0-dbgsym: debug symbols for libsamplerate0
libsamplerate0-dev: Development files for audio sample rate conversion

 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_MEDIUM_QUALITY and SRC_SINC_BEST_QUALITY to allow a
 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.

samplerate-programs: Sample programs that use libsamplerate

 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.

samplerate-programs-dbgsym: debug symbols for samplerate-programs