How To Install alsa-plugins-speex.x86_64 on Amazon Linux 2

In this tutorial we learn how to install alsa-plugins-speex.x86_64 in Amazon Linux 2. alsa-plugins-speex.x86_64 is Rate Converter Plugin Using Speex Resampler

Introduction

In this tutorial we learn how to install alsa-plugins-speex.x86_64 on Amazon Linux 2.

What is alsa-plugins-speex.x86_64

The rate plugin is an external rate converter using the Speex resampler (aka Public Parrot Hack) by Jean-Marc Valin. The pcm plugin provides pre-processing of a mono stream like denoise using libspeex DSP API.

We can use yum to install alsa-plugins-speex.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install alsa-plugins-speex.x86_64.

Install alsa-plugins-speex.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install alsa-plugins-speex.x86_64 using yum by running the following command:

sudo yum -y install alsa-plugins-speex.x86_64

How To Uninstall alsa-plugins-speex.x86_64 on Amazon Linux 2

To uninstall only the alsa-plugins-speex.x86_64 package we can use the following command:

sudo yum remove alsa-plugins-speex.x86_64

alsa-plugins-speex.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/alsa-lib/libasound_module_pcm_speex.so
/usr/lib64/alsa-lib/libasound_module_rate_speexrate.so
/usr/lib64/alsa-lib/libasound_module_rate_speexrate_best.so
/usr/lib64/alsa-lib/libasound_module_rate_speexrate_medium.so
/usr/share/alsa/alsa.conf.d
/usr/share/alsa/alsa.conf.d/10-speex.conf
/usr/share/doc/alsa-plugins-speex-1.1.1
/usr/share/doc/alsa-plugins-speex-1.1.1/COPYING
/usr/share/doc/alsa-plugins-speex-1.1.1/COPYING.GPL
/usr/share/doc/alsa-plugins-speex-1.1.1/speexdsp.txt
/usr/share/doc/alsa-plugins-speex-1.1.1/speexrate.txt

References

Summary

In this tutorial we learn how to install alsa-plugins-speex.x86_64 on Amazon Linux 2 using yum.