libsamplerate 0.1.9-ok2 source package in openKylin

Changelog

libsamplerate (0.1.9-ok2) yangtze; urgency=medium

  * update debian/control: fftw3-dev to libfftw3-dev.

 -- root <email address hidden>  Fri, 08 Mar 2024 07:13:30 +0000

Upload details

Uploaded by:
fanxiaoqi
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
Yangtze V1.0 release main sound
Yangtze V1.0 proposed main sound

Downloads

File Size SHA-256 Checksum
libsamplerate_0.1.9.orig.tar.gz 4.1 MiB 0a7eb168e2f21353fb6d84da152e4512126f7dc48ccb0be80578c565413444c1
libsamplerate_0.1.9-ok2.debian.tar.xz 5.7 KiB e4469238c19536ca037b7a18846d0cdfe3081a08e903795a07af56b15779be30
libsamplerate_0.1.9-ok2.dsc 1.9 KiB e1fed44faf2a0c22c24c95352c7b93bd88604ac827de1d6e9aa4ed59bd8765df

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