How to Install and Uninstall zita-resampler.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "zita-resampler.x86_64" package

Please follow the steps below to install zita-resampler.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install zita-resampler.x86_64

2. Uninstall "zita-resampler.x86_64" package

This tutorial shows how to uninstall zita-resampler.x86_64 on Fedora 34:

$ sudo dnf remove zita-resampler.x86_64 $ sudo dnf autoremove

3. Information about the zita-resampler.x86_64 package on Fedora 34

Last metadata expiration check: 2:13:08 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : zita-resampler
Version : 1.8.0
Release : 2.fc34
Architecture : x86_64
Size : 44 k
Source : zita-resampler-1.8.0-2.fc34.src.rpm
Repository : fedora
Summary : Fast, high-quality sample rate conversion library
URL : http://kokkinizita.linuxaudio.org/linuxaudio/zita-resampler/resampler.html
License : GPLv3+
Description : 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 zita-resampler will be faster than most similar
: libraries, e.g. libsamplerate.