libsamplerate0

Rating: 
0
No votes yet

Package contains libraries, required by other applications as dependencies. Do not install separately.

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.

Category:

Application versions: 
AttachmentSizeDate
File libsamplerate0_0.1.7-3_armel.deb1.29 MB04/08/2013 - 21:57
Changelog: 

libsamplerate (0.1.7-3) unstable; urgency=low

* debian/control :
- New maintainer (Closes: #546788).
- Add DM-Upload-Allowed yes.
- Improved package descriptions.
- Standards version to 3.8.3.
* debian/patches/ debian/rules debian/control :
- Use quilt instead of dpatch.
* debian/rules :
- Do not install example binary varispeed-play which was always intended as
a coding demo rather than something usable.
* Add file debian/README.source.
* Add manpage for sndfile-resample.
* Add a patch to fix termination condition bug (Closes: #539878).
* Add patch to prevent crashing when input_frames == 0 (Closes: #506722).