zita-resampler 1.11.2-1 source package in Ubuntu

Changelog

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

  * New upstream version 1.11.2
  * Refresh patchset, drop spelling error patch applied by upstream
    + Disable SSE2 on default, we set it in d/rules

 -- Dennis Braun <email address hidden>  Sun, 03 Sep 2023 17:48:38 +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

Downloads

File Size SHA-256 Checksum
zita-resampler_1.11.2-1.dsc 2.3 KiB a5431d30f8902383454249cc430e144a23d412f06de6dd42f0e2123f84fb86d3
zita-resampler_1.11.2.orig.tar.xz 120.6 KiB aa5c54e696069af26f3f1fed4a963113cc1237cddfd57ae5842abcb1acd5492c
zita-resampler_1.11.2-1.debian.tar.xz 5.3 KiB ea9b7874e65a1e9effc06cf21650562283cdf648d7a7a27cded0378ff3e38cc4

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