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

Last updated: October 05,2024

1. Install "zita-resampler.i686" package

Learn how to install zita-resampler.i686 on Fedora 34

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

2. Uninstall "zita-resampler.i686" package

Please follow the step by step instructions below to uninstall zita-resampler.i686 on Fedora 34:

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

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

Last metadata expiration check: 0:59:55 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : zita-resampler
Version : 1.8.0
Release : 2.fc34
Architecture : i686
Size : 46 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.