How To Install zita-resampler on Fedora 36

In this tutorial we learn how to install zita-resampler in Fedora 36. zita-resampler is Fast, high-quality sample rate conversion library

Introduction

In this tutorial we learn how to install zita-resampler on Fedora 36.

What is zita-resampler

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 quality setting zita-resampler will be faster than most similar libraries, e.g. libsamplerate.

We can use yum or dnf to install zita-resampler on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zita-resampler.

Install zita-resampler on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install zita-resampler using dnf by running the following command:

sudo dnf -y install zita-resampler

Install zita-resampler on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install zita-resampler using yum by running the following command:

sudo yum -y install zita-resampler

How To Uninstall zita-resampler on Fedora 36

To uninstall only the zita-resampler package we can use the following command:

sudo dnf remove zita-resampler

zita-resampler Package Contents on Fedora 36

/usr/bin/zresample
/usr/bin/zretune
/usr/lib/.build-id
/usr/lib/.build-id/99
/usr/lib/.build-id/99/3156b569023526ca1be4d69c8f472fd4bba59f
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/777ac671e62dd01e4995fb2c232f68bd32f81e
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/f4445a5d9ca9e62a8f2696a772ca8bb704b45a
/usr/lib64/libzita-resampler.so.1
/usr/lib64/libzita-resampler.so.1.8.0
/usr/share/doc/zita-resampler
/usr/share/doc/zita-resampler/AUTHORS
/usr/share/licenses/zita-resampler
/usr/share/licenses/zita-resampler/COPYING
/usr/share/man/man1/zresample.1.gz
/usr/share/man/man1/zretune.1.gz

References

Summary

In this tutorial we learn how to install zita-resampler on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install zita-resampler on Fedora 36” linkTitle: “zita-resampler” type: “docs” description: “In this tutorial we learn how to install zita-resampler in Fedora 36. zita-resampler is Fast, high-quality sample rate conversion library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/zita-resampler-featured.png

Introduction

In this tutorial we learn how to install zita-resampler on Fedora 36.

What is zita-resampler

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 quality setting zita-resampler will be faster than most similar libraries, e.g. libsamplerate.

We can use yum or dnf to install zita-resampler on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zita-resampler.

Install zita-resampler on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install zita-resampler using dnf by running the following command:

sudo dnf -y install zita-resampler

Install zita-resampler on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install zita-resampler using yum by running the following command:

sudo yum -y install zita-resampler

How To Uninstall zita-resampler on Fedora 36

To uninstall only the zita-resampler package we can use the following command:

sudo dnf remove zita-resampler

zita-resampler Package Contents on Fedora 36

/usr/bin/zresample
/usr/bin/zretune
/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/17be65c8575c0bdf4439e9461ca413e486f281
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/924e2a1bb6b5356452a9e5f3ff5661e51fdff7
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/8a5b493e875cf553740b5edf0646b2564211c2
/usr/lib/libzita-resampler.so.1
/usr/lib/libzita-resampler.so.1.8.0
/usr/share/doc/zita-resampler
/usr/share/doc/zita-resampler/AUTHORS
/usr/share/licenses/zita-resampler
/usr/share/licenses/zita-resampler/COPYING
/usr/share/man/man1/zresample.1.gz
/usr/share/man/man1/zretune.1.gz

References

Summary

In this tutorial we learn how to install zita-resampler on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).