libsamplerate 0.1.8-8 source package in Ubuntu RTM

Changelog

libsamplerate (0.1.8-8) unstable; urgency=low


  * debian/rules: Regenerate configure if needed. Patch from Svante Signell.
  * debian/patches/hurd.patch: GNU/Hurd patch from Svante Signell
    (Closes: 753425).
  * debian/control: Add quilt to build-deps.

 -- Erik de Castro Lopo <email address hidden>  Fri,  4 Jul 2014 12:48:46 +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
14.09-factory release main libs
14.09 release main libs

Downloads

File Size SHA-256 Checksum
libsamplerate_0.1.8-8.dsc 1.9 KiB f13b419b19e18d7023b577382f7d2e65a6554b30793fde197338c7982c515660
libsamplerate_0.1.8.orig.tar.gz 4.1 MiB 93b54bdf46d5e6d2354b7034395fe329c222a966790de34520702bb9642f1c06
libsamplerate_0.1.8-8.debian.tar.xz 5.7 KiB d41c73e86687265491780fe507178513b320325108b026bb9d8f6672287c2225

Available diffs

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.