libsamplerate 0.1.8-1 source package in Ubuntu

Changelog

libsamplerate (0.1.8-1) unstable; urgency=low


  * New upstream (Closes: #637691).
  * debian/patches/ : Remove uneeded patches (fixed upstream).
  * debian/control : Remove quilt from build-deps.

 -- Erik de Castro Lopo <email address hidden>  Tue, 16 Aug 2011 18:32:49 +1000

Upload details

Uploaded by:
Erik de Castro Lopo
Uploaded to:
Sid
Original maintainer:
Erik de Castro Lopo
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libsamplerate_0.1.8-1.dsc 1.1 KiB a8f47c88043d18ac86c6c9cba3d97f71c3b460e0db581389cf4550ac7467ee8a
libsamplerate_0.1.8.orig.tar.gz 4.1 MiB 93b54bdf46d5e6d2354b7034395fe329c222a966790de34520702bb9642f1c06
libsamplerate_0.1.8-1.debian.tar.gz 5.3 KiB 8601a486460fa529cf77e0c8942106ee86da737b11d225b38671811ad371e7e2

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