libsamplerate 0.1.8-6ubuntu1 source package in Ubuntu

Changelog

libsamplerate (0.1.8-6ubuntu1) trusty; urgency=medium

  * Merge from Debian unstable, remaining changes:
    - Use dh-autoreconf for current libtool.

libsamplerate (0.1.8-6) unstable; urgency=low

  [Wookey <email address hidden>]
  * Ensure config.{sub,guess} up to date for new ports (Closes: #734673).

  [Erik de Castro Lopo]
  * debian/control:
    - Standards version 3.9.5. No changes needed.
 -- Steve Langasek <email address hidden>   Sun, 26 Jan 2014 02:21:32 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libsamplerate_0.1.8.orig.tar.gz 4.1 MiB 93b54bdf46d5e6d2354b7034395fe329c222a966790de34520702bb9642f1c06
libsamplerate_0.1.8-6ubuntu1.debian.tar.gz 5.9 KiB 5dae408f366de618af41dff07d090778ae95100b09135ae943bf07196de7489a
libsamplerate_0.1.8-6ubuntu1.dsc 2.0 KiB 7154b275c9428861b80c849cec9f083d83bc500c461aad25010b702d35c28248

Available diffs

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-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.