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

Last updated: October 04,2024

1. Install "zita-resampler.x86_64" package

This is a short guide on how to install zita-resampler.x86_64 on Fedora 36

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

2. Uninstall "zita-resampler.x86_64" package

Here is a brief guide to show you how to uninstall zita-resampler.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 0:12:24 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : zita-resampler
Version : 1.8.0
Release : 4.fc36
Architecture : x86_64
Size : 44 k
Source : zita-resampler-1.8.0-4.fc36.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.