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

Last updated: May 22,2024

1. Install "libsbsms-dev" package

Please follow the guidelines below to install libsbsms-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsbsms-dev

2. Uninstall "libsbsms-dev" package

Here is a brief guide to show you how to uninstall libsbsms-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libsbsms-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 479
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Source: libsbsms
Version: 2.0.2-1
Depends: libsbsms10 (= 2.0.2-1)
Filename: pool/universe/libs/libsbsms/libsbsms-dev_2.0.2-1_amd64.deb
Size: 111760
MD5sum: 7fdf3b21179d016f622079780f1fb1dc
SHA1: 1877b9b1b14c2676ffd213dea637e28b6ee37a1c
SHA256: 103a065288c6e53381b0edcbcb47be3225761140188c68b7e9816c05f4b9e2a8
Description-en: 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: da4c5f38e978e8518fc894111e1455f0
Multi-Arch: same
Homepage: http://sbsms.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu