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

Last updated: November 02,2024

1. Install "zita-resampler.i686" package

In this section, we are going to explain the necessary steps to install zita-resampler.i686 on Fedora 38

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

2. Uninstall "zita-resampler.i686" package

This guide let you learn how to uninstall zita-resampler.i686 on Fedora 38:

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

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

Last metadata expiration check: 5:42:55 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : zita-resampler
Version : 1.8.0
Release : 6.fc38
Architecture : i686
Size : 46 k
Source : zita-resampler-1.8.0-6.fc38.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.