How to Install and Uninstall libsamplerate0-dev Package on Kali Linux

Last updated: May 11,2024

1. Install "libsamplerate0-dev" package

This guide covers the steps necessary to install libsamplerate0-dev on Kali Linux

$ sudo apt update $ sudo apt install libsamplerate0-dev

2. Uninstall "libsamplerate0-dev" package

Please follow the guidance below to uninstall libsamplerate0-dev on Kali Linux:

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

3. Information about the libsamplerate0-dev package on Kali Linux

Package: libsamplerate0-dev
Source: libsamplerate
Version: 0.2.2-4
Installed-Size: 136
Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Provides: libsamplerate-dev
Depends: libsamplerate0 (= 0.2.2-4), pkg-config
Conflicts: libsamplerate-dev
Size: 62644
SHA256: 0d3aa6d193056413765561c84f990500c784da26a66fb03a46b1e8236735c3fc
SHA1: 3d350b7c97004959406ce9e3ef84226218e1d283
MD5sum: d56adf34d2ccb18f02cae0b9c8e0aae8
Description: 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:
Multi-Arch: same
Homepage: https://libsndfile.github.io/libsamplerate/
Tag: devel::lang:c, devel::library, implemented-in::c, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libs/libsamplerate/libsamplerate0-dev_0.2.2-4_amd64.deb