zita-resampler 1.8.0-ok1 source package in openKylin

Changelog

zita-resampler (1.8.0-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- denghao <email address hidden>  Mon, 20 Mar 2023 14:57:23 +0800

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any all
Section:
sound
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main sound
Yangtze V1.0 proposed main sound

Downloads

File Size SHA-256 Checksum
zita-resampler_1.8.0.orig.tar.bz2 135.8 KiB 97b5af8f8ce00c67c4994c73bb53245f4a4025600f2f9a4f81e89378f5f56d80
zita-resampler_1.8.0-ok1.debian.tar.xz 14.0 KiB 11f2eb4e30b4e6871dc39e52cda8bce1998ec43b4ddd2e4236eb1a46feff9eca
zita-resampler_1.8.0-ok1.dsc 2.0 KiB f3fd4f45966d6b5ba2f98ad86fe35c99ad5be409d681d8fb61e72027b21541ff

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