libsbsms 2.3.0-1 source package in Ubuntu

Changelog

libsbsms (2.3.0-1) unstable; urgency=medium

  * Team upload

  [ Nicholas D Steeves ]
  * New upstream release (Closes: #873541).
    - Upstream has migrated from Sourceforge to Github.
  * Switch to new upstream source in copyright.
  * Update Upstream-Contact in copyright.
  * Update watch file to use the new upstream source.

  [ Dennis Braun ]
  * New upstream version 2.3.0
  * Bump debhelper-compat to 13
  * Bump Standards Version to 4.6.1
  * Set Rules-Requires-Root: no
  * Remove useless autoreconf build depends
  * Remove obsolete d/source/local-options
  * d/rules: Remove unnecessary dh-arguments
  * Add d/not-installed to prevent installing libsbsms.la
  * Add d/upstream/metadata
  * Add salsa ci config
  * Refresh patchset

 -- Dennis Braun <email address hidden>  Tue, 16 Aug 2022 20:50:37 +0200

Upload details

Uploaded by:
Debian Multimedia Team
Uploaded to:
Sid
Original maintainer:
Debian Multimedia Team
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe libs
Lunar release universe libs

Downloads

File Size SHA-256 Checksum
libsbsms_2.3.0-1.dsc 2.0 KiB 2a0dbd52deb6af747c94a7bb01ea95c48bb075401f0c28c736d36833b6718060
libsbsms_2.3.0.orig.tar.gz 436.9 KiB b9d39c66ad896f7ac9792a95fa1003d7602148a67e699cab60f1fae9085917d2
libsbsms_2.3.0-1.debian.tar.xz 3.7 KiB 0b24bc826aab3eb2798ae9858a65fb01ecd56e6a69c458e890b99f7dba1894e4

No changes file available.

Binary packages built by this source

libsbsms-dev: 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.

libsbsms10: Subband Sinusoidal Modeling Synthesis

 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.

libsbsms10-dbgsym: debug symbols for libsbsms10