How To Install rtaudio on Fedora 36
Introduction
In this tutorial we learn how to install rtaudio
on Fedora 36.
What is rtaudio
RtAudio is a set of C++ classes that provide a common API for realtime audio input/output across different operating systems. RtAudio significantly simplifies the process of interacting with computer audio hardware. It was designed with the following objectives * object-oriented C++ design * simple, common API across all supported platforms * allow simultaneous multi-api support * support dynamic connection of devices * provide extensive audio device parameter control * allow audio device capability probing * automatic internal conversion for data format, channel number compensation, (de)interleaving, and byte-swapping
We can use yum
or dnf
to install rtaudio
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rtaudio.
Install rtaudio 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 rtaudio
using dnf
by running the following command:
sudo dnf -y install rtaudio
Install rtaudio 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 rtaudio
using yum
by running the following command:
sudo yum -y install rtaudio
How To Uninstall rtaudio on Fedora 36
To uninstall only the rtaudio
package we can use the following command:
sudo dnf remove rtaudio
rtaudio Package Contents on Fedora 36
---
title: "How To Install rtaudio on Fedora 36"
linkTitle: "rtaudio"
type: "docs"
description: "In this tutorial we learn how to install rtaudio in Fedora 36. rtaudio is Real-time Audio I/O Library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/rtaudio-featured.png
---
## Introduction
In this tutorial we learn how to install `rtaudio` on Fedora 36.
### What is `rtaudio`
> RtAudio is a set of C++ classes that provide a common API for realtime audio input/output across different operating systems. RtAudio significantly simplifies the process of interacting with computer audio hardware. It was designed with the following objectives * object-oriented C++ design * simple, common API across all supported platforms * allow simultaneous multi-api support * support dynamic connection of devices * provide extensive audio device parameter control * allow audio device capability probing * automatic internal conversion for data format, channel number compensation, (de)interleaving, and byte-swapping
We can use `yum` or `dnf` to install `rtaudio` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rtaudio.
## Install rtaudio on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install rtaudio
using dnf
by running the following command:
sudo dnf -y install rtaudio
Install rtaudio 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 rtaudio
using yum
by running the following command:
sudo yum -y install rtaudio
How To Uninstall rtaudio on Fedora 36
To uninstall only the rtaudio
package we can use the following command:
sudo dnf remove rtaudio
rtaudio Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/44e501c492513b484bcfee0bd76f47528aa851
/usr/lib64/librtaudio.so.6
/usr/lib64/librtaudio.so.6.0.0
/usr/share/doc/rtaudio
/usr/share/doc/rtaudio/readme
/usr/share/doc/rtaudio/release.txt
/usr/share/licenses/rtaudio
/usr/share/licenses/rtaudio/license.txt
References
Summary
In this tutorial we learn how to install rtaudio
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/19 /usr/lib/.build-id/19/a36049108a27ae5382f5d5609239b607ee2d17 /usr/lib/librtaudio.so.6 /usr/lib/librtaudio.so.6.0.0 /usr/share/doc/rtaudio /usr/share/doc/rtaudio/readme /usr/share/doc/rtaudio/release.txt /usr/share/licenses/rtaudio /usr/share/licenses/rtaudio/license.txt
## References
* [rtaudio website](http://www.music.mcgill.ca/~gary/rtaudio/)
## Summary
In this tutorial we learn how to install `rtaudio` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).