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

Last updated: December 23,2024

1. Install "libsbsms-dev" package

Please follow the step by step instructions below to install libsbsms-dev on Kali Linux

$ sudo apt update $ sudo apt install libsbsms-dev

2. Uninstall "libsbsms-dev" package

This is a short guide on how to uninstall libsbsms-dev on Kali Linux:

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

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

Package: libsbsms-dev
Source: libsbsms
Version: 2.3.0-1
Installed-Size: 424
Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Depends: libsbsms10 (= 2.3.0-1)
Size: 110564
SHA256: dc2e3d1750d27b7426d85268c9d22d28df189805451fe1d91b95505ed8402100
SHA1: 5e20b9ca3a8cd7f09ce80d857a298fd85b3a5c2b
MD5sum: 59dbc623cda592dce076179300611709
Description: Subband Sinusoidal Modeling Synthesis (development files)
libsbsms is a C++ library for high quality time stretching and pitch scaling of
audio. It uses octave subband sinusoidal modeling.
.
The audio is fed into a FIFO, which takes the STFT of the input. Each frame is
high-pass filtered in the Fourier domain, and then written to a frame FIFO
which does quadratic interpolating peak detection and track continuation. The
tracks are resynthesized with a quadratic phase preserving oscillator bank at
an arbitrary time scale.
.
The subbands are fed from the low-pass filtered frames, which are decimated by
two and reconstructed in a half rate time domain. The subbands perform the same
process as the parent band, only the data is at half the audio frequency, and
at half the rate. There are typically 6 bands. The point of subbands is to
allow high time resolution for high frequencies and at the same time high
frequency resolution for low frequencies.
.
Pitch scaling is performed in a post-processing resampling step.
.
This package contains the development files.
Description-md5:
Multi-Arch: same
Homepage: http://sbsms.sourceforge.net/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libs/libsbsms/libsbsms-dev_2.3.0-1_amd64.deb