How To Install qm-dsp-devel on Fedora 36

In this tutorial we learn how to install qm-dsp-devel in Fedora 36. qm-dsp-devel is Library for DSP and Music Informatics purposes

Introduction

In this tutorial we learn how to install qm-dsp-devel on Fedora 36.

What is qm-dsp-devel

qm-dsp is a C++ library of functions for DSP and Music Informatics purposes developed at Queen Mary, University of London. It is used by the QM Vamp Plugins (q.v.) among other things. This package contains header files and static library for development with qm-dsp.

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

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

sudo dnf -y install qm-dsp-devel

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

sudo yum -y install qm-dsp-devel

How To Uninstall qm-dsp-devel on Fedora 36

To uninstall only the qm-dsp-devel package we can use the following command:

sudo dnf remove qm-dsp-devel

qm-dsp-devel Package Contents on Fedora 36

/usr/include/qm-dsp
/usr/include/qm-dsp/base
/usr/include/qm-dsp/base/KaiserWindow.h
/usr/include/qm-dsp/base/Pitch.h
/usr/include/qm-dsp/base/SincWindow.h
/usr/include/qm-dsp/base/Window.h
/usr/include/qm-dsp/dsp
/usr/include/qm-dsp/dsp/chromagram
/usr/include/qm-dsp/dsp/chromagram/Chromagram.h
/usr/include/qm-dsp/dsp/chromagram/ConstantQ.h
/usr/include/qm-dsp/dsp/keydetection
/usr/include/qm-dsp/dsp/keydetection/GetKeyMode.h
/usr/include/qm-dsp/dsp/mfcc
/usr/include/qm-dsp/dsp/mfcc/MFCC.h
/usr/include/qm-dsp/dsp/onsets
/usr/include/qm-dsp/dsp/onsets/DetectionFunction.h
/usr/include/qm-dsp/dsp/onsets/PeakPicking.h
/usr/include/qm-dsp/dsp/phasevocoder
/usr/include/qm-dsp/dsp/phasevocoder/PhaseVocoder.h
/usr/include/qm-dsp/dsp/rateconversion
/usr/include/qm-dsp/dsp/rateconversion/Decimator.h
/usr/include/qm-dsp/dsp/rateconversion/DecimatorB.h
/usr/include/qm-dsp/dsp/rateconversion/Resampler.h
/usr/include/qm-dsp/dsp/rhythm
/usr/include/qm-dsp/dsp/rhythm/BeatSpectrum.h
/usr/include/qm-dsp/dsp/segmentation
/usr/include/qm-dsp/dsp/segmentation/ClusterMeltSegmenter.h
/usr/include/qm-dsp/dsp/segmentation/Segmenter.h
/usr/include/qm-dsp/dsp/segmentation/cluster_melt.h
/usr/include/qm-dsp/dsp/segmentation/cluster_segmenter.h
/usr/include/qm-dsp/dsp/segmentation/segment.h
/usr/include/qm-dsp/dsp/signalconditioning
/usr/include/qm-dsp/dsp/signalconditioning/DFProcess.h
/usr/include/qm-dsp/dsp/signalconditioning/FiltFilt.h
/usr/include/qm-dsp/dsp/signalconditioning/Filter.h
/usr/include/qm-dsp/dsp/signalconditioning/Framer.h
/usr/include/qm-dsp/dsp/tempotracking
/usr/include/qm-dsp/dsp/tempotracking/DownBeat.h
/usr/include/qm-dsp/dsp/tempotracking/TempoTrack.h
/usr/include/qm-dsp/dsp/tempotracking/TempoTrackV2.h
/usr/include/qm-dsp/dsp/tonal
/usr/include/qm-dsp/dsp/tonal/ChangeDetectionFunction.h
/usr/include/qm-dsp/dsp/tonal/TCSgram.h
/usr/include/qm-dsp/dsp/tonal/TonalEstimator.h
/usr/include/qm-dsp/dsp/transforms
/usr/include/qm-dsp/dsp/transforms/FFT.h
/usr/include/qm-dsp/dsp/wavelet
/usr/include/qm-dsp/dsp/wavelet/Wavelet.h
/usr/include/qm-dsp/hmm
/usr/include/qm-dsp/hmm/hmm.h
/usr/include/qm-dsp/maths
/usr/include/qm-dsp/maths/Correlation.h
/usr/include/qm-dsp/maths/CosineDistance.h
/usr/include/qm-dsp/maths/KLDivergence.h
/usr/include/qm-dsp/maths/MathAliases.h
/usr/include/qm-dsp/maths/MathUtilities.h
/usr/include/qm-dsp/maths/MedianFilter.h
/usr/include/qm-dsp/maths/Polyfit.h
/usr/include/qm-dsp/maths/nan-inf.h
/usr/include/qm-dsp/maths/pca
/usr/include/qm-dsp/maths/pca/pca.h
/usr/include/qm-dsp/thread
/usr/include/qm-dsp/thread/AsynchronousTask.h
/usr/include/qm-dsp/thread/BlockAllocator.h
/usr/include/qm-dsp/thread/Thread.h
/usr/lib64/libqm-dsp.a
/usr/share/doc/qm-dsp-devel
/usr/share/doc/qm-dsp-devel/README.txt
/usr/share/licenses/qm-dsp-devel
/usr/share/licenses/qm-dsp-devel/COPYING

References

Summary

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


title: “How To Install qm-dsp-devel on Fedora 36” linkTitle: “qm-dsp-devel” type: “docs” description: “In this tutorial we learn how to install qm-dsp-devel in Fedora 36. qm-dsp-devel is Library for DSP and Music Informatics purposes” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/qm-dsp-devel-featured.png

Introduction

In this tutorial we learn how to install qm-dsp-devel on Fedora 36.

What is qm-dsp-devel

qm-dsp is a C++ library of functions for DSP and Music Informatics purposes developed at Queen Mary, University of London. It is used by the QM Vamp Plugins (q.v.) among other things. This package contains header files and static library for development with qm-dsp.

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

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

sudo dnf -y install qm-dsp-devel

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

sudo yum -y install qm-dsp-devel

How To Uninstall qm-dsp-devel on Fedora 36

To uninstall only the qm-dsp-devel package we can use the following command:

sudo dnf remove qm-dsp-devel

qm-dsp-devel Package Contents on Fedora 36

/usr/include/qm-dsp
/usr/include/qm-dsp/base
/usr/include/qm-dsp/base/KaiserWindow.h
/usr/include/qm-dsp/base/Pitch.h
/usr/include/qm-dsp/base/SincWindow.h
/usr/include/qm-dsp/base/Window.h
/usr/include/qm-dsp/dsp
/usr/include/qm-dsp/dsp/chromagram
/usr/include/qm-dsp/dsp/chromagram/Chromagram.h
/usr/include/qm-dsp/dsp/chromagram/ConstantQ.h
/usr/include/qm-dsp/dsp/keydetection
/usr/include/qm-dsp/dsp/keydetection/GetKeyMode.h
/usr/include/qm-dsp/dsp/mfcc
/usr/include/qm-dsp/dsp/mfcc/MFCC.h
/usr/include/qm-dsp/dsp/onsets
/usr/include/qm-dsp/dsp/onsets/DetectionFunction.h
/usr/include/qm-dsp/dsp/onsets/PeakPicking.h
/usr/include/qm-dsp/dsp/phasevocoder
/usr/include/qm-dsp/dsp/phasevocoder/PhaseVocoder.h
/usr/include/qm-dsp/dsp/rateconversion
/usr/include/qm-dsp/dsp/rateconversion/Decimator.h
/usr/include/qm-dsp/dsp/rateconversion/DecimatorB.h
/usr/include/qm-dsp/dsp/rateconversion/Resampler.h
/usr/include/qm-dsp/dsp/rhythm
/usr/include/qm-dsp/dsp/rhythm/BeatSpectrum.h
/usr/include/qm-dsp/dsp/segmentation
/usr/include/qm-dsp/dsp/segmentation/ClusterMeltSegmenter.h
/usr/include/qm-dsp/dsp/segmentation/Segmenter.h
/usr/include/qm-dsp/dsp/segmentation/cluster_melt.h
/usr/include/qm-dsp/dsp/segmentation/cluster_segmenter.h
/usr/include/qm-dsp/dsp/segmentation/segment.h
/usr/include/qm-dsp/dsp/signalconditioning
/usr/include/qm-dsp/dsp/signalconditioning/DFProcess.h
/usr/include/qm-dsp/dsp/signalconditioning/FiltFilt.h
/usr/include/qm-dsp/dsp/signalconditioning/Filter.h
/usr/include/qm-dsp/dsp/signalconditioning/Framer.h
/usr/include/qm-dsp/dsp/tempotracking
/usr/include/qm-dsp/dsp/tempotracking/DownBeat.h
/usr/include/qm-dsp/dsp/tempotracking/TempoTrack.h
/usr/include/qm-dsp/dsp/tempotracking/TempoTrackV2.h
/usr/include/qm-dsp/dsp/tonal
/usr/include/qm-dsp/dsp/tonal/ChangeDetectionFunction.h
/usr/include/qm-dsp/dsp/tonal/TCSgram.h
/usr/include/qm-dsp/dsp/tonal/TonalEstimator.h
/usr/include/qm-dsp/dsp/transforms
/usr/include/qm-dsp/dsp/transforms/FFT.h
/usr/include/qm-dsp/dsp/wavelet
/usr/include/qm-dsp/dsp/wavelet/Wavelet.h
/usr/include/qm-dsp/hmm
/usr/include/qm-dsp/hmm/hmm.h
/usr/include/qm-dsp/maths
/usr/include/qm-dsp/maths/Correlation.h
/usr/include/qm-dsp/maths/CosineDistance.h
/usr/include/qm-dsp/maths/KLDivergence.h
/usr/include/qm-dsp/maths/MathAliases.h
/usr/include/qm-dsp/maths/MathUtilities.h
/usr/include/qm-dsp/maths/MedianFilter.h
/usr/include/qm-dsp/maths/Polyfit.h
/usr/include/qm-dsp/maths/nan-inf.h
/usr/include/qm-dsp/maths/pca
/usr/include/qm-dsp/maths/pca/pca.h
/usr/include/qm-dsp/thread
/usr/include/qm-dsp/thread/AsynchronousTask.h
/usr/include/qm-dsp/thread/BlockAllocator.h
/usr/include/qm-dsp/thread/Thread.h
/usr/lib/libqm-dsp.a
/usr/share/doc/qm-dsp-devel
/usr/share/doc/qm-dsp-devel/README.txt
/usr/share/licenses/qm-dsp-devel
/usr/share/licenses/qm-dsp-devel/COPYING

References

Summary

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