Package
libsamplerate0Version
0.1.8-8Priority
optionalSection
libsSource
libsamplerateOrigin
UbuntuMaintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>Original Maintainer
Erik de Castro Lopo <erikd@mega-nerd.com>Bugs
https://bugs.launchpad.net/ubuntu/+filebugInstalled Size
1,536 kBPre Depends
multiarch-supportDepends
libc6 (>= 2.14)Replaces
samplerate-programs (<< 0.1.8-3)Homepage
http://www.mega-nerd.com/SRC/Task
ubuntu-desktop, ubuntu-usb, kubuntu-desktop, edubuntu-desktop, edubuntu-usb, xubuntu-core, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop-core, ubuntustudio-desktop, ubuntu-gnome-desktop, ubuntu-sdk-libs, ubuntu-touch, ubuntukylin-desktop, ubuntu-mate-core, ubuntu-mate-desktop, ubuntu-mate-cloudtopSupported
5yDownload Size
937 kBAPT Manual Installed
noAPT Sources
http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 PackagesDescription
Audio sample rate conversion librarylibsamplerate (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.