How To Install soundtouch on Fedora 36

In this tutorial we learn how to install soundtouch in Fedora 36. soundtouch is Audio Processing library for changing Tempo, Pitch and Playback Rates

Introduction

In this tutorial we learn how to install soundtouch on Fedora 36.

What is soundtouch

SoundTouch is a LGPL-licensed open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files. The SoundTouch library is suited for application developers writing sound processing tools that require tempo/pitch control functionality, or just for playing around with the sound effects. The SoundTouch library source kit includes an example utility SoundStretch which allows processing .wav audio files from a command-line interface.

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

Install soundtouch 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 soundtouch using dnf by running the following command:

sudo dnf -y install soundtouch

Install soundtouch 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 soundtouch using yum by running the following command:

sudo yum -y install soundtouch

How To Uninstall soundtouch on Fedora 36

To uninstall only the soundtouch package we can use the following command:

sudo dnf remove soundtouch

soundtouch Package Contents on Fedora 36

/usr/bin/soundstretch
/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/032da54493961d81f94090363881bf55a0ab77
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/0793fedc012d09dc0699a013da1a571cba2de4
/usr/lib64/libSoundTouch.so.2
/usr/lib64/libSoundTouch.so.2.3.1
/usr/share/doc/soundtouch
/usr/share/doc/soundtouch/README.html
/usr/share/licenses/soundtouch
/usr/share/licenses/soundtouch/COPYING.TXT
---
title: "How To Install soundtouch on Fedora 36"
linkTitle: "soundtouch"
type: "docs"
description: "In this tutorial we learn how to install soundtouch in Fedora 36. soundtouch is Audio Processing library for changing Tempo, Pitch and Playback Rates"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/soundtouch-featured.png
---

## Introduction

In this tutorial we learn how to install `soundtouch` on Fedora 36.

### What is `soundtouch`

> SoundTouch is a LGPL-licensed open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files. The SoundTouch library is suited for application developers writing sound processing tools that require tempo/pitch control functionality, or just for playing around with the sound effects.  The SoundTouch library source kit includes an example utility SoundStretch which allows processing .wav audio files from a command-line interface.  

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

## Install soundtouch 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 soundtouch using dnf by running the following command:

sudo dnf -y install soundtouch

Install soundtouch 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 soundtouch using yum by running the following command:

sudo yum -y install soundtouch

How To Uninstall soundtouch on Fedora 36

To uninstall only the soundtouch package we can use the following command:

sudo dnf remove soundtouch

soundtouch Package Contents on Fedora 36

References

Summary

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

/usr/bin/soundstretch /usr/lib/.build-id /usr/lib/.build-id/50 /usr/lib/.build-id/50/17127dcc568b21e39d35c9b51f552243239e85 /usr/lib/.build-id/52 /usr/lib/.build-id/52/cfcdc6326903f762f758c676ccb9c6cd364c8f /usr/lib/libSoundTouch.so.2 /usr/lib/libSoundTouch.so.2.3.1 /usr/share/doc/soundtouch /usr/share/doc/soundtouch/README.html /usr/share/licenses/soundtouch /usr/share/licenses/soundtouch/COPYING.TXT


## References

* [soundtouch website](http://www.surina.net/soundtouch/)

## Summary

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