zita-resampler 1.10.1-1 source package in Ubuntu

Changelog

zita-resampler (1.10.1-1) unstable; urgency=medium

  * New upstream version 1.10.1
  * Change my email address
  * Bump Standards-Version to 4.6.2
  * Bump d/copyright years
  * Refresh patchset
  * Add salsa ci config
  * d/watch: Use @PACKAGE@-@ANY_VERSION@@ARCHIVE_EXT@

 -- Dennis Braun <email address hidden>  Mon, 12 Jun 2023 19:50:16 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe sound

Downloads

File Size SHA-256 Checksum
zita-resampler_1.10.1-1.dsc 2.3 KiB d0e6fb81e2b698f630925140b0e7521c5ab9070327292826358137dc50311fe8
zita-resampler_1.10.1.orig.tar.xz 116.0 KiB 71bbb1fa416578ea1ef0df39c4036d6d6a07a7e97bc24062f1d4003b491601ef
zita-resampler_1.10.1-1.debian.tar.xz 6.4 KiB cc8f78ed30744d18de2924516c1f7d39fd5176abb6787166f25e99cd881f6b9b

Available diffs

No changes file available.

Binary packages built by this source

libzita-resampler-dev: Development files (headers) for libzita-resampler library

 Zita resampler is a C++ library for resampling audio signals. It is
 designed to be used within a real-time processing context, to be
 fast, and to provide high-quality sample rate conversion.
 .
 This package contains the headers used to build applications
 that use libzita-resampler.

libzita-resampler-doc: Developers reference for libzita-resampler library

 Zita resampler is a C++ library for resampling audio signals. It is
 designed to be used within a real-time processing context, to be
 fast, and to provide high-quality sample rate conversion.
 .
 This package contains libzita-resampler API reference.

libzita-resampler1: C++ library for resampling audio signals

 Zita resampler is a C++ library for resampling audio signals. It is
 designed to be used within a real-time processing context, to be
 fast, and to provide high-quality sample rate conversion.
 .
 The library operates on signals represented in single-precision
 floating point format. For multichannel operation both the input and
 output signals are assumed to be stored as interleaved samples.
 .
 The API allows a trade-off between quality and CPU load. For the
 latter a range of approximately 1:6 is available. Even at the
 highest quality setting libzita-resampler will be faster than most
 similar libraries, e.g. libsamplerate.
 .
 This package contains the shared library for libzita-resampler.

libzita-resampler1-dbgsym: debug symbols for libzita-resampler1
zita-resampler: resampler application written with libzita-resampler

 Input format is any file readable by libsndfile, output is either WAV
 (WAVEX for more than 2 channels) or CAF. Apart from resampling, users
 can change the sample format to 16-bit, 24-bit or float, and for 16-bit
 output, add dithering.
 .
 Available dithering types are rectangular, triangular and Lipschitz'
 optimised error feedback filter. Some examples of dithering can be seen
 here:
 https://kokkinizita.linuxaudio.org/linuxaudio/dithering.html

zita-resampler-dbgsym: debug symbols for zita-resampler