How To Install libresample on Fedora 36
Introduction
In this tutorial we learn how to install libresample
on Fedora 36.
What is libresample
A real-time library for audio sampling rate conversion providing several useful features relative to resample-1.7 on which it is based * It should build “out of the box” on more platforms, including Linux, Solaris, and Mac OS X (using the included configure script). There is also a Visual C++ project file for building under Windows. * Input and output signals are in memory (as opposed to sound files). * Computations are in floating-point (instead of fixed-point). * Filter table increased by a factor of 32, yielding more accurate results, even without linear interpolation (which also makes it faster). * Data can be processed in small chunks, enabling time-varying resampling ratios (ideal for time-warping applications and supporting an ``external clock input’’ in software). * Easily applied to any number of simultaneous data channels
We can use yum
or dnf
to install libresample
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libresample.
Install libresample 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 libresample
using dnf
by running the following command:
sudo dnf -y install libresample
Install libresample 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 libresample
using yum
by running the following command:
sudo yum -y install libresample
How To Uninstall libresample on Fedora 36
To uninstall only the libresample
package we can use the following command:
sudo dnf remove libresample
libresample Package Contents on Fedora 36
/usr/bin/resample-sndfile
/usr/lib/.build-id
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/2d56023f782c10e40a6854be919339014a9fc6
/usr/lib/.build-id/86
/usr/lib/.build-id/86/e43805474b7f1a39a6b4bdf46e6fb2c1d2ec14
/usr/lib/libresample.so.0
/usr/share/doc/libresample
/usr/share/doc/libresample/LICENSE.txt
/usr/share/doc/libresample/README.txt
References
Summary
In this tutorial we learn how to install libresample
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libresample on Fedora 36” linkTitle: “libresample” type: “docs” description: “In this tutorial we learn how to install libresample in Fedora 36. libresample is A real-time library for audio sampling rate conversion” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libresample-featured.png
Introduction
In this tutorial we learn how to install libresample
on Fedora 36.
What is libresample
A real-time library for audio sampling rate conversion providing several useful features relative to resample-1.7 on which it is based * It should build “out of the box” on more platforms, including Linux, Solaris, and Mac OS X (using the included configure script). There is also a Visual C++ project file for building under Windows. * Input and output signals are in memory (as opposed to sound files). * Computations are in floating-point (instead of fixed-point). * Filter table increased by a factor of 32, yielding more accurate results, even without linear interpolation (which also makes it faster). * Data can be processed in small chunks, enabling time-varying resampling ratios (ideal for time-warping applications and supporting an ``external clock input’’ in software). * Easily applied to any number of simultaneous data channels
We can use yum
or dnf
to install libresample
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libresample.
Install libresample 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 libresample
using dnf
by running the following command:
sudo dnf -y install libresample
Install libresample 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 libresample
using yum
by running the following command:
sudo yum -y install libresample
How To Uninstall libresample on Fedora 36
To uninstall only the libresample
package we can use the following command:
sudo dnf remove libresample
libresample Package Contents on Fedora 36
/usr/bin/resample-sndfile
/usr/lib/.build-id
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/bf040c4c3eb6ccfdfb42befe4bf46c53529699
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/b97366576793fd46de248cf7b467c10390ca69
/usr/lib64/libresample.so.0
/usr/share/doc/libresample
/usr/share/doc/libresample/LICENSE.txt
/usr/share/doc/libresample/README.txt
References
Summary
In this tutorial we learn how to install libresample
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).