libsamplerate 0.2.2-2 source package in Ubuntu

Changelog

libsamplerate (0.2.2-2) unstable; urgency=medium

  [ Jenkins ]
  * Avoid explicitly specifying -Wl,--as-needed linker flag.

  [ Dennis Braun ]
  * Add pkg-config to B-Ds (Closes: #1019997)
  * Bump Standards Version to 4.6.1

  [ IOhannes m zmölnig (Debian/GNU) ]
  * Apply 'wrap-and-sort -ast'

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Thu, 29 Sep 2022 10:23:59 +0200

Upload details

Uploaded by:
Debian Multimedia Team
Uploaded to:
Sid
Original maintainer:
Debian Multimedia Team
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libsamplerate_0.2.2-2.dsc 2.2 KiB f3d8743726841723f17126b119cd2d77a0f8678d853ec38c5ac12e53098e2fbb
libsamplerate_0.2.2.orig.tar.gz 3.8 MiB 16e881487f184250deb4fcb60432d7556ab12cb58caea71ef23960aec6c0405a
libsamplerate_0.2.2-2.debian.tar.xz 7.2 KiB 2d73ff24333205a360d07fc4aacc04149259fb84901013970529698ebad3124f

No changes file available.

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 - Transitional package

 This is a transitional package. It can safely be removed.