How to Install and Uninstall libsamplerate0-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libsamplerate0-dev" package

This guide covers the steps necessary to install libsamplerate0-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsamplerate0-dev

2. Uninstall "libsamplerate0-dev" package

Learn how to uninstall libsamplerate0-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libsamplerate0-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsamplerate0-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libsamplerate0-dev
Priority: optional
Section: libdevel
Installed-Size: 1640
Maintainer: Ubuntu Developers
Original-Maintainer: Erik de Castro Lopo
Architecture: amd64
Source: libsamplerate
Version: 0.1.8-8
Provides: libsamplerate-dev
Depends: libsamplerate0 (= 0.1.8-8), pkg-config
Conflicts: libsamplerate-dev
Filename: pool/main/libs/libsamplerate/libsamplerate0-dev_0.1.8-8_amd64.deb
Size: 989982
MD5sum: e9599cab8313d0fd21faae06544a8736
SHA1: 8997063bc479ba2d83997ecc6b10ccc8fafaabd0
SHA256: 34dd7f66ce41cb656a4069d6da3cfe19849e9a4b9e80e38a44cd574d53eac0c3
Description-en: 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.
Description-md5: fb8d920f7c94f9c8678b701dd5236969
Multi-Arch: same
Homepage: http://www.mega-nerd.com/SRC/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m