zita-resampler 1.11.2-1build1 source package in Ubuntu

Changelog

zita-resampler (1.11.2-1build1) noble; urgency=high

  * No change rebuild for frame pointers (and time_t).

 -- Julian Andres Klode <email address hidden>  Thu, 18 Apr 2024 19:57:02 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
sound
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe sound
Noble release universe sound

Downloads

File Size SHA-256 Checksum
zita-resampler_1.11.2.orig.tar.xz 120.6 KiB aa5c54e696069af26f3f1fed4a963113cc1237cddfd57ae5842abcb1acd5492c
zita-resampler_1.11.2-1build1.debian.tar.xz 5.4 KiB a71fbf19de5cdceed82948cea0560488c505893386580ac2f629597b6bd68f1c
zita-resampler_1.11.2-1build1.dsc 2.4 KiB 2511d7824a441d759aec491bbebcd3701eed7376d70defc9ec7ff54a1f292cc8

View changes file

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